forked from dtxe/meg-epoching-params
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEGNG.json
40 lines (40 loc) · 819 Bytes
/
EGNG.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
{
"t0marker": ["Nogo"],
"t0shift": 0.023,
"tEpoch": [-1.0, 1.25],
"tInterest": [-0.5, 0.75],
"defaults": {
"tSearch": [0.05, 1.0]
},
"details": [{
"name": "Happy",
"require": [{
"trigName": "Happy",
"tSearch": [-0.05, 0.05],
"type": "includeOnce"
}, {
"trigName": "Incorrect",
"tSearch": [0, {
"trigName": ["Nogo", "Go"],
"within": [0.1, 3],
"offset": -0.05
}],
"type": "incorrect"
}]
}, {
"name": "Angry",
"require": [{
"trigName": "Angry",
"tSearch": [-0.05, 0.05],
"type": "includeOnce"
}, {
"trigName": "Incorrect",
"tSearch": [0, {
"trigName": ["Nogo", "Go"],
"within": [0.1, 3],
"offset": -0.05
}],
"type": "incorrect"
}]
}]
}