-
Notifications
You must be signed in to change notification settings - Fork 170
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
[SCHEMA] Update qMRI fieldmap schema #728
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like TB1AFI
requires acq
for the two TRs. TB1TFL
and TB1RMF
seem to require acq
for something more complicated. RB1COR
requires acq
for coils, although I think that could be replaced with the coil
/ch
entity when we get that added.
I'm not sure if the acq
entity is required for all of them, since the text is a little ambiguous, but it does seem required. Would be good to get the qMRI folks' input on that.
Yes, the text says "should", not required, so I left it as optional for now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming that the specification text is accurate w.r.t. acq
's requirement level, these changes look good to me.
Normalizing to the most common. Cannot find a canonical reference outside of BIDS, so it may be backward.
3b8a5f2
to
ab25456
Compare
Added ab25456 so that all my questions/suggestions for the BEP-001 contributors about intent are in a single place. |
Thank you @effigies I'll go through them tomorrow. |
@tsalo the From the files changed, I see there was a confusion about between The other files changed looks good overall, now I'll review them one by one. Thank you! |
Right now the schema only distinguishes required and optional, and doesn't have a notion of recommended. So we'll keep it as optional.
Fixed in 3bfeabb. |
Thanks @effigies! Can I push changes to this branch for other (relevant) corrections in the appendix? |
Sure. |
@effigies I noticed that I don't have write access. If that's how it should be, then I can open a PR from a fork. |
It's just mass change |
Tests passing. Are we good to merge? |
This PR:
inv-
entities for all qMRI fieldmaps, in accordance with https://bids-specification.readthedocs.io/en/latest/99-appendices/10-file-collections.html#fieldmap-dataI notice https://bids-specification.readthedocs.io/en/latest/99-appendices/10-file-collections.html#fieldmap-data also permits
mt-
, but I don't see any examples or use cases that call for it. Is it supposed to be permitted?Clarifying these issues here, and will update the validator according to any decisions made.
cc @ChristophePhillips @Gilles86 @agahkarakuzu @tsalo