Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems when running the example #2

Open
CFGrote opened this issue Sep 11, 2019 · 2 comments
Open

Problems when running the example #2

CFGrote opened this issue Sep 11, 2019 · 2 comments

Comments

@CFGrote
Copy link

CFGrote commented Sep 11, 2019

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'

@vanossj
Copy link
Owner

vanossj commented Sep 11, 2019

I am not surprised, this code is 7 years old. I'll take a look at it but I'm not optimistic.

@CFGrote
Copy link
Author

CFGrote commented Sep 11, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants