Browse Source

add ds003 model

shotgunosine 3 years ago
parent
commit
f1d500fbb5
1 changed files with 86 additions and 0 deletions
  1. 86 0
      ds003/models/model-001_smdl.json

+ 86 - 0
ds003/models/model-001_smdl.json

@@ -0,0 +1,86 @@
+{
+  "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"
+        }
+      ]
+    }
+  ]
+}