Hello,
I am loading a CT dicom volume using:
AddData
“Add Data”
Correct display:
ImportDicomFiles
"import dicom files
Load Data
Wrong display?
Does anyone know the reason of the difference?
Thanks.
pieper
(Steve Pieper (Isomics, Inc.))
July 10, 2023, 2:33pm
2
Always use the DICOM module for loading DICOM data to void issues like this. Using Add Data bypasses some checks.
As it happens we are planning to make that behavior the default in the future:
Slicer:main
← lassoan:load-dicom-using-dicom-module
opened 07:43PM - 09 Jul 23 UTC
Drag-and-dropping a DICOM file made Slicer use ITK DICOM reader, which often did… not load the data correctly.
This commit adds a new "DICOM import" reader type, which is selected by default for DICOM files. This reader imports the files into the Slicer DICOM database and switches to the DICOM module.
The workaround of interpreting all files as DICOM by default while in DICOM module has now been removed. "Add data" window is brought up when loading a file, regardless of what is the active module. The workaround surprised users when they could not load non-DICOM data while they were in DICOM module.
If a user wants to read the DICOM file using ITK reader, it is possible by changing "Description" in the "Add data" module to "Volume".
fixes #5726
2 Likes
lassoan
(Andras Lasso)
July 10, 2023, 5:11pm
3
Your example shows that “Add data” loaded the data incorrectly (the orientation marker - yellow guy - is inconsistent with the image content), while the DICOM module loaded it correctly.
If you want to change the orientation of slice views then you can use the sliders in Reformat
module.
1 Like