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
Hi,
The phase encoding polarity seems to be missing from the mincheader. It's needed for field mapping using phase encode reverse images (often used in dwi and fmri). From what I see, the information is in the dicom header in the CSA Header and is called PhaseEncodingDirectionPositive.
for e.g. if phase encode is COL, a value of 1 means AP, 0 means PA
It would be great to add a mincheader field to report this value and might be a relatively easy addition to this section:
Hi,
The phase encoding polarity seems to be missing from the mincheader. It's needed for field mapping using phase encode reverse images (often used in dwi and fmri). From what I see, the information is in the dicom header in the
CSA Header
and is calledPhaseEncodingDirectionPositive
.for e.g. if phase encode is COL, a value of 1 means AP, 0 means PA
It would be great to add a mincheader field to report this value and might be a relatively easy addition to this section:
minc-tools/conversion/dcm2mnc/dicom_to_minc.c
Line 802 in e382598
Thanks!
The text was updated successfully, but these errors were encountered: