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
As briefly discussed and agreed in rordenlab/dcm2niix#153, BIDS2NDA should acquire super-powers to deduce now required values of image_orientation expressed in 3 possible values: Axial, Coronal, Saggital.
DICOM has no direct knowledge about that. BUT we have ImageOrientationPatientDICOM filled with DICOM vectors from tag (0020,0037) . @matthew-brett - given your extended knowledge on the subject (http://nipy.org/nibabel/dicom/dicom_orientation.html) - do you see an obvious code to implement such guesswork?
The text was updated successfully, but these errors were encountered:
As briefly discussed and agreed in rordenlab/dcm2niix#153, BIDS2NDA should acquire super-powers to deduce now required values of
image_orientation
expressed in 3 possible values: Axial, Coronal, Saggital.DICOM has no direct knowledge about that. BUT we have
ImageOrientationPatientDICOM filled with DICOM vectors from tag (0020,0037)
.@matthew-brett - given your extended knowledge on the subject (http://nipy.org/nibabel/dicom/dicom_orientation.html) - do you see an obvious code to implement such guesswork?
The text was updated successfully, but these errors were encountered: