-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
After a fresh install. I get the following traceback when loading the example dicom data:
Traceback (most recent call last):
File "src/pyAtlasSegmentation.py", line 352, in automate
self.scanData = UserDicom(ctFilepath, niFilepath, joint=self.glWidget.worldJoint, sigma=2, resampleFactor=3, isolevel=350.0)
File "src/InputDataTypes.py", line 402, in init
self.isosurfaceModel3 = Polygonise(self.ctVolume3, 350.0).isosurface(progressDialogCallback=pd.setValue, joint=self.isosurfaceJoint)
AttributeError: UserDicom instance has no attribute 'isosurfaceJoint'
Metadata
Metadata
Assignees
Labels
No labels