We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Spotted by @mwmaclean
{ "Name": "my_first_model", "BIDSModelVersion": "1.0.0", "Description": "My first BIDS model: a simple 2-condition contrast.", "Input": { "task": ["stroop"] }, "Nodes": [ { "Level": "Run", "Name": "run", "GroupBy": ["run", "subject"], "Model": { "X": ["congruent", "incongruent", "nuissance1", "nuissance2", 1], "Type": "glm" }, "ControlContrasts": [ <----- This Should be Contrasts but the validator is happy with it { "Name": "incongruent_vs_congruent", "ConditionList": ["incongruent", "congruent"], "Weights": [1, -1], "Test": "t" } ] } ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Spotted by @mwmaclean
The text was updated successfully, but these errors were encountered: