Skip to content

Instantly share code, notes, and snippets.

@cmaumet
Last active August 29, 2017 16:20
Show Gist options
  • Save cmaumet/4fff06a6093127018e74abd74e5edd00 to your computer and use it in GitHub Desktop.
Save cmaumet/4fff06a6093127018e74abd74e5edd00 to your computer and use it in GitHub Desktop.
{
"name": "one_sample_motor_bids_model",
"description": "Example of the simplest BIDS model: group analysis of motor activations",
"image_data": "motor",
"blocks": [
{
"level": "run",
"model": {
"predictors": ["motor"],
"hrf_variables": "all"
},
},
{
"level": "session",
"model": {
"predictors": ["motor"]
}
},
{
"level": "dataset",
"model": {
"predictors": ["motor"]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment