-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtask-localizer_events.json
More file actions
58 lines (58 loc) · 1.13 KB
/
task-localizer_events.json
File metadata and controls
58 lines (58 loc) · 1.13 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
54
55
56
57
58
{
"TR": {
"LongName": "Current TR",
"Description": "Current TR"
},
"Trial": {
"LongName": "Trial Number",
"Description": "Trial Number"
},
"StimOn": {
"LongName": "Stimulus Onset Time",
"Description": "Stimulus Onset Time"
},
"StimOff": {
"LongName": "Stimulus Offset Time",
"Description": "Stimulus Offset Time"
},
"cond": {
"LongName": "Condition",
"Description": "Condition",
"Levels": {
"fix": "Fixation",
"Scene": "Scene",
"Scrambled": "Scrambled",
"WkObject": "Weak Object"
}
},
"image": {
"LongName": "Image Name",
"Description": "Image Name"
},
"1back": {
"LongName": "One-back",
"Description": "One-back task flag",
"Levels": {
"1": "No",
"2": "Yes"
}
},
"Response": {
"LongName": "Subject Response",
"Description": "Subject Response"
},
"RT": {
"LongName": "Reaction Time",
"Description": "Reaction Time"
},
"Accuracy": {
"LongName": "Accuracy",
"Description": "Accuracy",
"Levels": {
"correct rejection": "not one-back, no response",
"false alarm": "not one-back, response found",
"hit": "one-back, response",
"miss": "one-back, no response"
}
}
}