Skip to content

Commit 6cddab7

Browse files
committed
FIX: Update ds003 model
1 parent 31f4c13 commit 6cddab7

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

ds003/models/model-001_smdl.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@
1010
"Transformations": [
1111
{
1212
"Name": "Factor",
13-
"Input": ["trial_type"]
13+
"Input": [
14+
"trial_type"
15+
]
1416
},
1517
{
1618
"Name": "Convolve",
1719
"Input": ["trial_type.word", "trial_type.pseudoword"],
18-
"Model": "DoubleGamma"
20+
"Model": "spm"
1921
}
2022
],
2123
"Model": {
@@ -26,14 +28,11 @@
2628
"trans_x", "trans_y", "trans_z", "rot_x", "rot_y", "rot_z",
2729
"a_comp_cor_00", "a_comp_cor_01", "a_comp_cor_02",
2830
"a_comp_cor_03", "a_comp_cor_04", "a_comp_cor_05"
29-
],
30-
"Options": {
31-
"high_pass_filter_cutoff_secs": 128
32-
},
31+
]
3332
},
3433
"Contrasts": [
3534
{
36-
"Name": "wordness",
35+
"Name": "word_gt_pseudo",
3736
"ConditionList": [
3837
"trial_type.word",
3938
"trial_type.pseudoword"
@@ -45,7 +44,7 @@
4544
},
4645
{
4746
"Level": "dataset",
48-
"AutoContrasts": true
47+
"AutoContrasts": ["word_gt_pseudo"]
4948
}
5049
]
5150
}

0 commit comments

Comments
 (0)