The tutorial linked to in SlicerSALT does not make clear the file naming requirements enforced by the following code. Update the tutorial accordingly:
|
models = self.inputDir.glob('*_pp_surf_SPHARM.vtk') |
|
fiducials = self.fiducialsDir.glob('*_fid.fcsv') |
|
unitSphere = next(self.commonSphereDir.glob('*_surf_para.vtk')) |