-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Phase encoding polarity can not be inferred from PAR/REC #49
Comments
@neurolabusc
where the axis is known, while the polarity is unknown. Do you like this, or do you prefer to creating a new field |
|
I don't have a personal preference. The best way to get community input would be to propose a PR to the BIDS specification, either adding |
IMO, |
I recalled I talked to chris G long time ago about this. He asked me the possible values for this field. I am not sure if he made the question mark valid or not. I don't like the idea to add new fields just due to incomplete information for one of the existing fields. BIDS fields is exploding, like dicom, and we should try to avoid new fields if possible. |
This would be less of an issue if positive |
@mharms
If one of above two is true, we simply follow it, rather than changing anything. @neurolabusc What did you do in dcm2niix for those GE data with InPlanePhaseEncodingDirection before we figured out the polarity? To be consistent is another thing to consider, I think. |
For Philips PAR/REC format files, dicm2nii populates the BIDS field
PhaseEncodingDirection
based on the attributePreparation direction
. However, this attribute only reports the axis of phase encoding, not the polarity. Therefore, regardless of whether an acquisition was acquired withA->P
orP->A
, this attribute will report:To handle these situations, dcm2niix creates the field
PhaseEncodingAxis
when the axis but not polarity of phase encoding can be determined (e.g. both Philips PAR/REC and DICOMs).This issue was inspired by this comment. Happy to provide illustrative datasets.
The text was updated successfully, but these errors were encountered: