-
Notifications
You must be signed in to change notification settings - Fork 2
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
model: fmap:TB1AFI raises an Error when specifying 'RepetitionTime' #17
Comments
Hi @nkuegler , can you give the version of bids schema (must be reported at initialisation of bidsme)?
|
Are you sure that it's mandatory? From the rules in schema, I see An update, indeed the appendix states that RT is mandatory, but I can't find a corresponding rule in schema. I would report this to the BIDS team. Bidsme now relies purely on schema, so there's no other solution but fix all other issues with TB1AFI (if any), and set checked to true. This will switch off all the validations. |
Hi Nikita, this is the version:
and here the error:
I did not check the schema but the documentation of the quantitative MRI lists I see. This solution works for me. Thanks for checking! |
FYI: Apparently the correct metadata is I think that wthe documentation will be corrected soon. I will close this issue, as in any case, the real issue is with BIDS documentation and not with |
I believe that I caught a bug:
I specified the RepetitionTime parameter in TB1AFI and during the bidsmap creation (checked: false) it kept raising an error that the "extra field RepetitionTime" does not comply with any rules. However, the field is mandatory for TB1AFI maps.
The text was updated successfully, but these errors were encountered: