Operating system:MAC 10.13.6
Slicer version:4.10.2
Expected behavior:source images and calculated images have correct image dimensions in the DICOM header but the calculated images show wrong in plane dimensions
Actual behavior: 6.25 x 6.25 x 15 mm source images load correctly. calculated images with correct info in the DICOM header load as 1 x 1 x 15 mm.
From the Python interactor:
Imported a DICOM directory, checking for extensions
Imported a DICOM directory, checking for extensions
Imported a DICOM directory, checking for extensions
reg inside examine
Loading with imageIOName: GDCM
Window/level found in DICOM tags (center=162.5, width=315.0) has been applied to volume 122: washout_03_r1
Irregular volume geometry detected (maximum error of 336 mm is above tolerance threshold of 0.001 mm). Regularization transform is not added, as the option is disabled.
reg inside examine
Loading with imageIOName: GDCM
Window/level found in DICOM tags (center=21.0, width=58.0) has been applied to volume 101: MEANWI
Irregular volume geometry detected, but maximum error non-zero but is within tolerance (maximum error of 7.62939e-06 mm, tolerance threshold is 0.001 mm).
There is something wrong or unusual about volume 122: washout_03_r1. Maybe slices are missing or there are extra slices. You can inspect the header using the DICOM browserâs âMetadataâ and find what causing the issue by looking at values of âImagePositionPatientâ and âImageOrientationPatientâ fields.
Your other volume, 101: MEANWI does not have any issue in its geometry (image slices are evenly spaced).
The two sets of images are spatially identical. The washout image is derived from fitting a model to a series of 3D volume images (the Mean image is derived from the set of source images). There are not missing slices or extra slices, it is a 3D MRI dataset.
How does the âirregular volume geometry workâ on a DICOM dataset? I can provide deidâd images if that would help.
I will create them. I have some suspicion that this is some subtle UID issue rather than a geometry issue. I will create a set with the source images as well as the processed images.
I passed the problem file through DICOM Cleaner to send to you and tested it for loading in a couple of programs. It now loads correctly in Slicer so I suspect something weird. I will do a little more testing but will send the two examples tomorrow.