You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a feature, not a defect and is describing in the file naming documentation. In brief, dcm2niix will append post-fixes like _ph, _real and _imaginary to avoid name clashes with each other and the magnitude image. Data from a single series can be reconstructed to all of these types, and the BIDS specification requires they be saved as separate files. It is very uncommon to only save the phase maps without other images. Tools like FSL's fugue require different representations as described here. Notes on setting up Siemens and Philips scanners are available.
Likewise, the BIDS specification requires that each echo of a multi-echo sequence be saved as a separate file (e.g. 2nd echo is e2) so dcm2niix's behavior ensures BIDS compliance.
As noted you can use --terse to turn off post-fixes (and deal with naming clashes on your own).
Hello,
I am using Windows and the commandline to do dicom to nifti.
I have a GRE_FIELD_MAPPING series and I am converting it to nifti with this command:
dcm2niix.exe -o .\fmap\ -f test .\GRE_FIELD_MAPPING_0015\
Why is the name of the file test_e2_ph.nii ? Shouldn't it just be "test"?
input:
.json output:
The text was updated successfully, but these errors were encountered: