Skip to content

Commit e884bbf

Browse files
authored
[FIX] Demote sample and �alue columns in events.tsv from OPTIONAL to arbitrary (#1457)
1 parent ed27faa commit e884bbf

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

src/schema/objects/columns.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -396,16 +396,6 @@ response_time:
396396
- type: string
397397
enum:
398398
- n/a
399-
sample:
400-
name: sample
401-
display_name: Sample index
402-
description: |
403-
Onset of the event according to the sampling scheme of the recorded modality
404-
(that is, referring to the raw data file that the `events.tsv` file accompanies).
405-
When there are several sampling schemes present in the raw data file (as can be
406-
the case for example for `.edf` files), this column is ambiguous and
407-
SHOULD NOT be used.
408-
type: integer
409399
sample_id:
410400
name: sample_id
411401
display_name: Sample ID
@@ -818,15 +808,6 @@ units__motion:
818808
and [Common Principles](SPEC_ROOT/common-principles.md#units) pages.
819809
type: string
820810
format: unit
821-
value:
822-
name: value
823-
display_name: Marker value
824-
description: |
825-
Marker value associated with the event (for example, the value of a TTL
826-
trigger that was recorded at the onset of the event).
827-
anyOf:
828-
- type: number
829-
- type: string
830811
volume_type:
831812
name: volume_type
832813
display_name: ASL volume type

src/schema/rules/tabular_data/task.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ TaskEvents:
66
columns:
77
onset: required
88
duration: required
9-
sample: optional
109
trial_type: optional
1110
response_time: optional
12-
value: optional
1311
HED: optional
1412
stim_file: optional
1513
additional_columns: allowed

0 commit comments

Comments
 (0)