Skip to content

Commit 530daf7

Browse files
committed
fix: add desc- entity name into descriptions.tsv example
consistent with other uses of {ent}_id -- like session_id, participant_id etc, and per description for the column already saying "A desc-<label> entity present in the derivatives dataset." This would be another good use case for uprade/migrate command to fixup those
1 parent 57d7711 commit 530daf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/derivatives/common-data-types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,9 @@ Contents of the `descriptions.tsv` file:
331331

332332
```tsv
333333
desc_id description
334-
Filt low-pass filtered at 30Hz
335-
FiltDs low-pass filtered at 30Hz, downsampled to 250Hz
336-
preproc low-pass filtered at 30Hz, downsampled to 250Hz, and rereferenced to a common average reference
334+
desc-Filt low-pass filtered at 30Hz
335+
desc-FiltDs low-pass filtered at 30Hz, downsampled to 250Hz
336+
desc-preproc low-pass filtered at 30Hz, downsampled to 250Hz, and rereferenced to a common average reference
337337
```
338338

339339
<!-- Link Definitions -->

0 commit comments

Comments
 (0)