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
Currently the header are encode with the field PhaseEncodingDirectionSign set to a value 1 but this is NOT standard BIDS metadata...
In BIDS specs, one should be using PhaseEncodingDirection which can then take values i, j or k followed by - or + to encode for the axes and direction respectively.
In the original JSON (dump of the DICOM header), the 2 useful lines are:
Currently the header are encode with the field
PhaseEncodingDirectionSign
set to a value1
but this is NOT standard BIDS metadata...In BIDS specs, one should be using
PhaseEncodingDirection
which can then take valuesi
,j
ork
followed by-
or+
to encode for the axes and direction respectively.In the original JSON (dump of the DICOM header), the 2 useful lines are:
"InPlanePhaseEncodingDirection": "ROW "
j
"PhaseEncodingDirectionPositive": 1
+
but this should be thoroughly checked in light of this discussion, entitled "Determining BIDS PhaseEncodingDirection from DICOM".
The text was updated successfully, but these errors were encountered: