-
Couldn't load subscription status.
- Fork 0
update models to validate with lates bids model shcema validator #1
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: enh/models
Are you sure you want to change the base?
Conversation
* Initial capitals in JSON keys * snake_case for variables * AutoContrasts for dataset-level analysis * High-pass filter cutoff
* Initial capitals in JSON keys * snake_case for variables * AutoContrasts for dataset-level analysis * High-pass filter cutoff Additionally, moved Split transformation to subject level, eliminating session-level step
| "Steps": [ | ||
| { | ||
| "Level": "run", | ||
| "Level": "Run", |
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.
@tyarkoni Was the desire to turn all strings into CamelCase, or just keys? As levels match with BIDS-Apps analysis_level arguments, I thought it made sense to leave these lowercase.
No description provided.