1- # Task events
1+ # Events
22
33The 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.
79A single event file MAY include any combination of stimulus, response, and other events.
810Events 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
1012are supported (in contrast to "block" designs) - each "block of events" can be
1113represented by an individual row in the ` events.tsv ` file (with a long
1214duration).
@@ -18,10 +20,10 @@ duration).
1820 )
1921}}
2022
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 .
2527As with all other tabular data, ` events.tsv ` files MAY be accompanied
2628by a JSON file describing the columns in detail
2729(see [ Tabular Files] ( ../common-principles.md#tabular-files ) ).
@@ -35,7 +37,7 @@ The definitions of these fields can be found in
3537and a guide for using macros can be found at
3638 https://github.com/bids-standard/bids-specification/blob/master/macros_doc.md
3739-->
38- {{ MACROS__ _ make_columns_table("task.TaskEvents ") }}
40+ {{ MACROS__ _ make_columns_table("events.Events ") }}
3941
4042The content of ` events.tsv ` files SHOULD be sorted by values in the ` onset ` column.
4143
@@ -59,7 +61,7 @@ SHOULD be documented in an accompanying JSON sidecar file.
5961 if any acquired scans have been discarded before forming the imaging data file,
6062 ensure that an `onset` of 0 corresponds to the time the first image was stored.
6163 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
6365 have negative onset time counting down to the beginning of the acquisition of
6466 the first volume.
6567
0 commit comments