forked from dtxe/meg-epoching-params
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEFT_alltrials.json
More file actions
executable file
·43 lines (43 loc) · 877 Bytes
/
EFT_alltrials.json
File metadata and controls
executable file
·43 lines (43 loc) · 877 Bytes
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
{
"t0marker": ["Happy", "Angry", "RightTarget"],
"t0shift": 0.02,
"tEpoch": [-1.5, 3.55],
"tInterest": [-0.5, 1.5],
"defaults": {
"tSearch": [0.05, 1.0]
},
"details": [{
"name": "Happy",
"require": [{
"trigName": "Happy",
"tSearch": [-0.1, 0.1],
"type": "include"
}, {
"trigName": ["Incorrect"],
"tSearch": [0, 3.5],
"type": "incorrect"
}]
}, {
"name": "Angry",
"require": [{
"trigName": "Angry",
"tSearch": [-0.1, 0.1],
"type": "include"
}, {
"trigName": ["Incorrect"],
"tSearch": [0, 3.5],
"type": "incorrect"
}]
}, {
"name": "Catch",
"require": [{
"trigName": "RightTarget",
"tSearch": [-0.1, 0.1],
"type": "include"
}, {
"trigName": ["Correct"],
"tSearch": [0, 4.1],
"type": "correct"
}]
}]
}