pyushkevich/itksnap

fail to load DICOM image with itk-snap nightly

Opened this issue · 2 comments

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:

无标题

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

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