1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "Name": "ds003_model001",
- "Description": "",
- "Input": {
- "task": "rhymejudgment"
- },
- "Steps": [
- {
- "Level": "run",
- "Transformations": [
- {
- "Name": "Factor",
- "Input": [
- "trial_type"
- ]
- },
- {
- "Name": "Convolve",
- "Input": ["trial_type.word", "trial_type.pseudoword"],
- "Model": "spm"
- }
- ],
- "Model": {
- "X": [
- "trial_type.word",
- "trial_type.pseudoword",
- "framewise_displacement",
- "trans_x", "trans_y", "trans_z", "rot_x", "rot_y", "rot_z",
- "a_comp_cor_00", "a_comp_cor_01", "a_comp_cor_02",
- "a_comp_cor_03", "a_comp_cor_04", "a_comp_cor_05"
- ]
- },
- "DummyContrasts": {
- "Conditions": ["trial_type.word", "trial_type.pseudoword"],
- "Type": "t"
- },
- "Contrasts": [
- {
- "Name": "word_gt_pseudo",
- "ConditionList": [
- "trial_type.word",
- "trial_type.pseudoword"
- ],
- "Weights": [1, -1],
- "Type": "t"
- },
- {
- "Name": "task_vs_baseline",
- "ConditionList": [
- "trial_type.word",
- "trial_type.pseudoword"
- ],
- "Weights": [0.5, 0.5],
- "Type": "t"
- }
- ]
- },
- {
- "Level": "subject",
- "DummyContrasts": {
- "Type": "FEMA"
- }
- },
- {
- "Level": "dataset",
- "DummyContrasts": {
- "Conditions": ["word_gt_pseudo", "task_vs_baseline"],
- "Type": "t"
- },
- "Contrasts":[
- {
- "Name": "any_words",
- "ConditionList": [
- "trial_type.word",
- "trial_type.pseudoword"
- ],
- "Weights": [
- [1, 0],
- [0, 1]
- ],
- "Type": "F"
- }
- ]
- }
- ]
- }
|