Skip to content

Commit

Permalink
move definition of derivatives
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed May 6, 2024
1 parent 0950f6d commit cfc274f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 1 addition & 3 deletions src/derivatives/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ outputs in subsequent processing.
Standardizing derivatives is motivated by use cases where formalized
machine-readable access to processed data enables higher-level processing.

The following sections cover additions to and divergences from "raw" BIDS.
Raw data are data that have been curated into BIDS from a non-BIDS source.
If a dataset is derived from at least one other valid BIDS dataset, then it is a derivative dataset.
The following sections cover additions to and divergences from raw BIDS.

Examples:

Expand Down
6 changes: 6 additions & 0 deletions src/schema/objects/common_principles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ dataset:
description: |
A set of neuroimaging and behavioral data acquired for a purpose of a particular study.
A dataset consists of data acquired from one or more subjects, possibly from multiple sessions.
derivative:
display_name: derivative dataset
description: If a dataset is derived from at least one other valid BIDS dataset, then it is a derivative dataset.
deprecated:
display_name: DEPRECATED
description: |
Expand Down Expand Up @@ -97,6 +100,9 @@ modality:
the technique is sufficiently uniform to define the modalities `eeg`, `meg` and `ieeg`.
When applicable, the modality is indicated in the **suffix**.
The modality may overlap with, but should not be confused with the **data type**.
raw:
display_name: raw dataset
description: A raw BIDS dataset is data that have been curated into BIDS from a non-BIDS source.
run:
display_name: Run
description: |
Expand Down
2 changes: 2 additions & 0 deletions src/schema/rules/common_principles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@
- suffix
- extension
- deprecated
- raw
- derivative

0 comments on commit cfc274f

Please sign in to comment.