Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/derivatives/common-data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A guide for using macros can be found at
Preprocessed `bold` NIfTI file in the original coordinate space of the original run.
The location of the file in the original datasets is encoded in the `Sources` metadata,
and [`_desc-<label>`](../appendices/entities.md#desc)
is used to prevent clashing with the original filename.
is used (the last entity before the suffix) to prevent clashing with the original filename.

<!-- This block generates a file tree.
A guide for using macros can be found at
Expand Down
4 changes: 4 additions & 0 deletions src/schema/rules/entities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@
- resolution
- density
- label
# NOTE: there is a current convention to keep description to be the last entity.
# If to be changed - potentially might need to adjust text in
# src/derivatives/common-data-types.md
# See https://github.com/bids-standard/bids-specification/pull/1915
- description
Loading