forked from dtxe/meg-epoching-params
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGoNogo.json
46 lines (46 loc) · 1.5 KB
/
GoNogo.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
35
36
37
38
39
40
41
42
43
44
45
46
{
"t0marker": ["Go", "Nogo"],
"t0shift": 0.023,
"tEpoch": [-1,1.5],
"tInterest": [-1,1.5],
"defaults": {"tSearch": [0.05, 1], "getTrigStats": []},
"name": "GoNoGo",
"shortname": "gonogo",
"details": [{
"name": "Go",
"shortname": "go",
"require": [{
"trigName": ["Go"],
"tSearch": [-0.1, 0.1],
"type": "include"
}, {
"trigName": ["Correct", "Incorrect"],
"tSearch": [0.15, {"trigName": ["Nogo", "Go"], "within": [0.15, 5], "offset": -0.05}],
"type": "correct"
}]
},{
"name": "NogoCorr",
"shortname": "Nogocorr",
"require": [{
"trigName": ["Nogo"],
"tSearch": [-0.1, 0.1],
"type": "include"
}, {
"trigName": ["Incorrect"],
"tSearch": [0.15, {"trigName": ["Nogo", "Go"], "within": [0.15, 5], "offset": -0.05}],
"type": "exclude"
}]
},{
"name": "NogoComm",
"shortname": "Nogocomm",
"require": [{
"trigName": ["Nogo"],
"tSearch": [-0.1, 0.1],
"type": "include"
}, {
"trigName": ["Incorrect"],
"tSearch": [0.15, {"trigName": ["Nogo", "Go"], "within": [0.15, 5], "offset": -0.05}],
"type": "correct"
}]
}]
}