pyushkevich / itksnap

ITK-SNAP medical image segmentation tool
http://www.itksnap.org
GNU General Public License v3.0
287 stars 84 forks source link

fail to load DICOM image with itk-snap nightly #43

Open hubutui opened 2 years ago

hubutui commented 2 years ago

I download the nightly build from here, extract it and got "itksnap-4.0.0-alpha.2-20220118-Linux-gcc64". When I load a test DICOM file (available pydicom test data), I got this error:

无标题

crossmanith commented 2 years ago

Work around: c3d comes with itksnap. You can convert liver.dcm to nifti and read the nifti instead.

c3d liver.dcm -o liver.nii.gz itksnap liver.nii.gz

jilei-hao commented 2 years ago

This is a bug and will be fixed in the next patch. Thanks for reporting!