-
Notifications
You must be signed in to change notification settings - Fork 179
Allow direction entity in MESE files #2100
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
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2100 +/- ##
=======================================
Coverage 82.65% 82.65%
=======================================
Files 17 17
Lines 1534 1534
=======================================
Hits 1268 1268
Misses 266 266 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
What's the use case? |
I have AP and PA MESE scans in a current study, but I don't know why. I don't know if there's a use-case as much as it is something researchers can control, so it seems like it should be reflected in the entity set. |
Apparently we plan to use the AP and PA MESE scans for distortion correction. |
In anatomical images, I think this would be an acceptable use of acq-, but I'd be okay with this change in general.
Please make sure there's nothing in the B0FieldIdentifier/B0FieldSources interface that disallows it from setting identifiers on these, so distortion can be estimated. |
Okay, so you have a use case for At least for parametric volumes, I would assume that directions would be inapplicable by the time the final volumes are generated, similar to how I am hesitant to add more to the nonparametric group without a specific use case. |
If the only use case is fieldmap estimation, then acq- plus ensuring |
If there is operator ability to specify direction in anatomicals, we should allow for this entity. IMHO, overall, when there is appropriate targeted entity, we better allow for it instead of inspiring to absorb into some more generic one (like _acq). |
I agree that we shouldn't overload |
Okay, I've limited my change to the MESE and MEGRE suffixes. I don't have any multi-PED MEGRE data, but I figured it was easier to just add direction to that one entity set than to split the rule. |
I would split it. I'm sure that the only reason we kept them together was because they had the same entities at the time, not because of some fundamental sameness. I could be exposing my ignorance to the world, but my understanding is that gradient echo sequences just don't have the same susceptibility distortions that would justify paired direction acquisitions. |
Closes none.
Changes proposed: