forked from dtxe/meg-epoching-params
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOddball.json
34 lines (34 loc) · 1.13 KB
/
Oddball.json
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
{
"t0marker": ["Target", "Distractor"],
"t0shift": 0.023,
"tEpoch": [-1,1.5],
"tInterest": [-1,1.5],
"defaults": {"tSearch": [0.05, 1], "getTrigStats": []},
"name": "Oddball",
"shortname": "oddball",
"details": [{
"name": "Target",
"shortname": "target",
"require": [{
"trigName": ["Target"],
"tSearch": [-0.1, 0.1],
"type": "include"
}, {
"trigName": ["Correct", "ISI"],
"tSearch": [0.15, {"trigName": ["Target", "Distractor"], "within": [0.15, 5], "offset": -0.05}],
"type": "correct"
}]
},{
"name": "Distractor",
"shortname": "Distractor",
"require": [{
"trigName": ["Distractor"],
"tSearch": [-0.1, 0.1],
"type": "include"
}, {
"trigName": ["Correct"],
"tSearch": [0.15, {"trigName": ["Target", "Distractor"], "within": [0.15, 5], "offset": -0.05}],
"type": "correct"
}]
}]
}