Can I convert Chimap.nii.gz into DICOM format? #78
kaiyuliu123
started this conversation in
General
Replies: 1 comment
-
Hi, Sorry for the late reply. I haven't tried any NIFTI to DICOM tools before but I guess this might be related to the image data type in the NIFTI file. By default, the data type of the SEPIA's output is single precision (32-bit floating point), which might not be directly supported in DICOM format (usually 16-bit integer). One option I can think of is to convert the data from float32 to int16 type using the following code:
then convert the data to DICOM again using the tool. Note that there could be a precision change after the conversion due to the change in data type (32-bit -> 16-bit). Let me know if it works! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I want to know if it is possible to convert QSM outcome(Chimap.nii.gz) into DICOM file after I've gone through the Sepia pepline. I tried to load my Chimap in 3Dslier and export it to dicom but failed. The dicom directory generated was filled with blank images. Could someone offer some advice regarding this issue since dcm files are more practical in clinics and are sometimes the only format allowed in some steretaxic surgery planning systems such as Brainlab.
Sepia_Chimap.nii.gz
Beta Was this translation helpful? Give feedback.
All reactions