You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Signals related to stimuli (such as parameters of a film or audio stimuli) that are
328
+
evenly recorded at a constant sampling frequency SHOULD be stored as follows.
329
+
330
+
Template:
331
+
332
+
```Text
333
+
sub-<label>/[ses-<label>/]
334
+
<datatype>/
335
+
<matches>[_recording-<label>]_stim.tsv.gz
336
+
<matches>[_recording-<label>]_stim.json
337
+
```
338
+
339
+
For the template directory name, `<datatype>` can correspond to any data
340
+
recording modality, for example `func`, `anat`, `dwi`, `meg`, `eeg`, `ieeg`,
341
+
or `beh`.
342
+
343
+
In the template filenames, the `<matches>` part corresponds to task filename
344
+
before the suffix.
345
+
For example for the file `sub-control01_task-nback_run-1_bold.nii.gz`,
346
+
`<matches>` would correspond to `sub-control01_task-nback_run-1`.
347
+
348
+
!!! warning "TSVGZ files SHOULD NOT include a header line (as established by the [common-principles](../common-principles.md#compressed-tabular-files))"
349
+
350
+
As a result, when supplying a `<matches>[_recording-<label>]_stim.tsv.gz` file,
351
+
an accompanying `<matches>[_recording-<label>]_stim.json` MUST be supplied as well.
352
+
353
+
The [`recording-<label>`](../appendices/entities.md#recording)
354
+
entity MAY be used to distinguish between several recording files,
0 commit comments