forked from dtxe/meg-epoching-params
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSetShifting_CLES_withstim.json
More file actions
executable file
·53 lines (53 loc) · 1.12 KB
/
SetShifting_CLES_withstim.json
File metadata and controls
executable file
·53 lines (53 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"t0marker": ["Shift", "NoShift"],
"t0shift": 0.023,
"tEpoch": [-1, 1],
"tInterest": [-1, 1],
"defaults": {
"tSearch": [-0.01, 0.01],
"getTrigStats": []
},
"name": "Set Shifting",
"shortname": "setshifting",
"details": [{
"name": "Shift Stim",
"shortname": "stim",
"require": [{
"trigName": ["Shift"],
"tSearch": [-0.1, 0.1],
"type": "include"
}, {
"trigName": ["Correct"],
"tSearch": [0.1, {
"trigName": ["Shift", "NoShift"],
"within": [0.15, 5.0],
"offset": 0
}],
"type": "correct"
}, {
"trigName": ["EStim"],
"tSearch": [-1, 1],
"type": "include"
}]
}, {
"name": "Shift No Stim",
"shortname": "nostim",
"require": [{
"trigName": ["Shift"],
"tSearch": [-0.1, 0.1],
"type": "include"
}, {
"trigName": ["Correct"],
"tSearch": [0.1, {
"trigName": ["Shift", "NoShift"],
"within": [0.15, 5.0],
"offset": 0
}],
"type": "correct"
}, {
"trigName": ["EStim"],
"tSearch": [-1, 1],
"type": "exclude"
}]
}]
}