diff --git a/ds003/models/model-001_smdl.json b/ds003/models/model-001_smdl.json new file mode 100644 index 000000000..d42678145 --- /dev/null +++ b/ds003/models/model-001_smdl.json @@ -0,0 +1,50 @@ +{ + "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" + ] + }, + "Contrasts": [ + { + "Name": "word_gt_pseudo", + "ConditionList": [ + "trial_type.word", + "trial_type.pseudoword" + ], + "Weights": [1, -1], + "Type": "t" + } + ] + }, + { + "Level": "dataset", + "AutoContrasts": ["word_gt_pseudo"] + } + ] +} diff --git a/ds114/models/model-1_smdl.json b/ds114/models/model-1_smdl.json new file mode 100644 index 000000000..6ee702ade --- /dev/null +++ b/ds114/models/model-1_smdl.json @@ -0,0 +1,79 @@ +{ + "Name": "ds114_model1", + "Description": "sample model for ds114", + "Input": { + "task": "fingerfootlips" + }, + "Steps": [ + { + "Level": "run", + "Transformations": [ + { + "Name": "Factor", + "Input": ["trial_type"] + }, + { + "Name": "Convolve", + "Input": ["trial_type.Finger", "trial_type.Foot", "trial_type.Lips"], + "Model": "DoubleGamma" + } + ], + "Model": { + "X": [ + "trial_type.Finger", + "trial_type.Foot", + "trial_type.Lips", + "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" + ], + "Options": { + "high_pass_filter_cutoff_secs": 128 + }, + }, + "Contrasts": [ + { + "Name": "finger_vs_others", + "ConditionList": [ + "trial_type.Finger", + "trial_type.Foot", + "trial_type.Lips" + ], + "Weights": [1, -0.5, -0.5], + "Type": "t" + }, + ] + }, + { + "Level": "subject", + "Transformations": [ + { + "Name": "Split", + "Input": ["finger_vs_others"], + "By": "session" + } + ], + "Model": { + "X": [ + "finger_vs_others.test", + "finger_vs_others.retest" + ] + }, + "Contrasts": [ + { + "Name": "test_vs_retest", + "ConditionList": [ + "finger_vs_others.test", + "finger_vs_others.retest" + ], + "Weights": [1, -1] + } + ] + }, + { + "Level": "dataset", + "AutoContrasts": ["test_vs_retest"] + } + ] +}