QIB-Sheffield / wezel

Prototyping quantitative medical imaging applications
Apache License 2.0
0 stars 6 forks source link

wezel not working using GUI or vscode installation on windows : python version 3.10.5 #83

Open KanishkaS opened 1 year ago

KanishkaS commented 1 year ago

The DICOM data loads but does not function further when loading ROIs or moving slider to view series. throws following error:

Traceback (most recent call last): File "C:\Users\md1ksha\Documents\GitHub\wezel\src\wezel\displays\series_display.py", line 94, in slidersChanged image.array(), File "C:\Users\md1ksha\Documents\GitHub\dbdicom\src\dbdicom\types\instance.py", line 40, in array return self.get_pixel_array() File "C:\Users\md1ksha\Documents\GitHub\dbdicom\src\dbdicom\types\instance.py", line 44, in get_pixel_array return ds.get_pixel_array() AttributeError: 'NoneType' object has no attribute 'get_pixel_array'