-
Notifications
You must be signed in to change notification settings - Fork 169
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
feat(schema): Encode qMRI metadata requirements #2020
base: maint/1.10.0
Are you sure you want to change the base?
Conversation
@@ -303,7 +303,7 @@ and a guide for using macros can be found at | |||
| -------------------- | ---------------------------------------------------------------------------------------------------- | | |||
| TB1DAM | `FlipAngle` | | |||
| TB1EPI | `EchoTime`, `FlipAngle`, `TotalReadoutTime`, `MixingTime` | | |||
| TB1AFI | `RepetitionTime` | | |||
| TB1AFI | `RepetitionTimeExcitation` | |
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.
@agahkarakuzu I believe this is what TB1AFI should have said, but I want to run it by you.
Hi Chris! Yes, this sequence has interleaved TRs, and both of them are of type Should we explicitly mention https://bids-specification.readthedocs.io/en/stable/appendices/qmri.html#tb1afi-specific-notes |
I think that's fine. I probably could have read more closely; I was really just looking at the table and the glossary definitions of the different TRs. |
This updates the schema in the maintenance branch, as this does not change the meaning of the specification. This also fixes a minor bug in the specification text, although we don't have a method to rerender it.
Fixes #2018.