rordenlab / dcm2niix

dcm2nii DICOM to NIfTI converter: compiled versions available from NITRC

Home Page:https://www.nitrc.org/plugins/mwiki/index.php/dcm2nii:MainPage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.par PhaseEncodingDirection

fliem opened this issue · comments

I converted .par files with different PhaseEncodingDirection and saw that both BIDS sidecar files show "PhaseEncodingDirection": "i"
To my knowledge, .par files don't list PhaseEncodingDirection. Could you please remove the PhaseEncodingDirection entry from the .json file for conversion from .par files. Thanks

Well spotted - issue was specific to the BIDS header (not the notes field of the NIfTI header). Please checked the updated code, which should omit PhaseEncodingDirection if unknown.

I think there may be a problem with the fix, because the new conditional statement inserted matches the one that it should be an alternative to (two lines earlier). Presumably one should test against 'R' and one against 'C'.

Fixed. Also, effective echo spacing in BIDS now correctly is omitted if we can not calculate it due to unknown phase-encoding.