Created
July 4, 2018 18:45
-
-
Save rwblair/36ad619233b3d6ac6bddb5e58848e1d4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"blocks" : [ | |
{ | |
"transformations" : [ | |
{ | |
"input" : [ | |
"CSF" | |
], | |
"name" : "scale", | |
"rescale" : true, | |
"demean" : false | |
} | |
], | |
"contrasts" : [ | |
{ | |
"name" : "test_cont", | |
"weights" : [ | |
1, | |
-1 | |
], | |
"contrastType" : "T", | |
"predictors" : [ | |
"CSF", | |
"WhiteMatter" | |
] | |
} | |
], | |
"model" : { | |
"HRF_variables" : [ | |
"GlobalSignal" | |
], | |
"variables" : [ | |
"CSF", | |
"WhiteMatter", | |
"GlobalSignal" | |
] | |
}, | |
"level" : "run" | |
}, | |
{ | |
"level" : "subject", | |
"auto_contrasts" : true | |
}, | |
{ | |
"level" : "dataset", | |
"auto_contrasts" : true | |
} | |
], | |
"description" : "", | |
"name" : "testums", | |
"input" : { | |
"run" : [ | |
4, | |
1, | |
5, | |
8, | |
2, | |
3, | |
6, | |
7 | |
], | |
"subject" : [ | |
"rid000005", | |
"rid000011", | |
"rid000014", | |
"rid000015", | |
"rid 000020", | |
"rid000028", | |
"rid000029", | |
"rid000033", | |
"rid000038", | |
"rid000042", | |
"rid000043" | |
], | |
"task" : "raiders" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment