-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtask-test_events.json
29 lines (29 loc) · 1.42 KB
/
task-test_events.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
{
"onset": {
"Description": "Onset of the event measured from the beginning of the acquisition of the first volume in the corresponding task imaging data file.",
"Units": "seconds"
},
"duration": {
"Description": "Duration of the event (measured from onset) in seconds.",
"Units": "seconds"
},
"stim_file": {
"LongName": "Stimulus File",
"Description": "Represents the location of the stimulus file (e.g. videos) presented at the given onset time. The values under the stim_file column correspond to a path relative to '/stimuli'."
},
"trial_type": {
"Description": "Primary categorization of each trial to identify them as oddball or task-related. Within a run, stimuli will be labelled as either be train or test, but not mixed.",
"Levels": {
"train": "Stimuli belongs to the training set of videos (videos 0000-1000)",
"test": "Stimuli belongs to the testing set of videos (videos 1001-1102)",
"oddball": "Fixation cross darkened, no stimuli presented. Signals to the participant to press a button. Purpose is to monitor participant's engagement with primary task."
}
},
"value": {
"Description": "Value of participant's button press to indicate oddball trial. Button press only registered on oddball trials, as indicated by trial_type.",
"Levels": {
"0": "Unsucessful/no button press.",
"1": "Successful Button press."
}
}
}