1
- # Task events
1
+ # Events
2
2
3
3
The purpose of this file is to describe timing and other properties of events
4
- recorded during a run.
5
- Events are, for example, stimuli presented to the participant or participant responses
6
- (see [ Definitions] ( ../common-principles.md#definitions ) ).
4
+ recorded during data acquisition.
5
+ Events may include stimuli presented to the participant, participant responses
6
+ that are associated with tasks, or markers of other incidents that occurred
7
+ during the execution of the experiment.
8
+ See the [ definition of Event] ( ../common-principles.md#definitions ) for a more detailed explanation.
7
9
A single event file MAY include any combination of stimulus, response, and other events.
8
10
Events MAY overlap in time.
9
- Please mind that this does not imply that only so called "event related" study designs
11
+ Please keep in mind that this does not imply that only so called "event related" study designs
10
12
are supported (in contrast to "block" designs) - each "block of events" can be
11
13
represented by an individual row in the ` events.tsv ` file (with a long
12
14
duration).
@@ -18,10 +20,10 @@ duration).
18
20
)
19
21
}}
20
22
21
- Each task events file REQUIRES a corresponding task data file.
22
- It is also possible to have a single ` events.tsv ` file describing events
23
- for all participants and runs (see
24
- [ Inheritance Principle ] ( ../common-principles.md#the-inheritance-principle ) ) .
23
+ Each ` events.tsv ` file REQUIRES at least one corresponding data file.
24
+ Through the [ Inheritance Principle ] ( ../common-principles.md#the-inheritance-principle ) ,
25
+ a single ` events.tsv ` file MAY describe events for multiple participants,
26
+ sessions, and runs .
25
27
As with all other tabular data, ` events.tsv ` files MAY be accompanied
26
28
by a JSON file describing the columns in detail
27
29
(see [ Tabular Files] ( ../common-principles.md#tabular-files ) ).
@@ -35,7 +37,7 @@ The definitions of these fields can be found in
35
37
and a guide for using macros can be found at
36
38
https://github.com/bids-standard/bids-specification/blob/master/macros_doc.md
37
39
-->
38
- {{ MACROS__ _ make_columns_table("task.TaskEvents ") }}
40
+ {{ MACROS__ _ make_columns_table("events.Events ") }}
39
41
40
42
The content of ` events.tsv ` files SHOULD be sorted by values in the ` onset ` column.
41
43
@@ -59,7 +61,7 @@ SHOULD be documented in an accompanying JSON sidecar file.
59
61
if any acquired scans have been discarded before forming the imaging data file,
60
62
ensure that an `onset` of 0 corresponds to the time the first image was stored.
61
63
For example in case there is an in scanner training phase that
62
- begins before the scanning sequence has started events from this sequence should
64
+ begins before the scanning sequence has started, events from this sequence should
63
65
have negative onset time counting down to the beginning of the acquisition of
64
66
the first volume.
65
67
0 commit comments