diff --git a/src/derivatives/introduction.md b/src/derivatives/introduction.md index 7b717565f4..f63f8a5b16 100644 --- a/src/derivatives/introduction.md +++ b/src/derivatives/introduction.md @@ -8,21 +8,25 @@ machine-readable access to processed data enables higher-level processing. The following sections cover additions to and divergences from [raw BIDS datasets](../glossary.md#raw-common_principles). -Examples: +[Raw BIDS datasets](../glossary.md#raw-common_principles) 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 [derivatives datasets](../glossary.md#derivative-common_principles). -A defaced T1w image would typically be made during the curation process and is thus under raw +!!! example -```Text -sourcedata/private/sub-01/anat/sub-01_T1w.nii.gz -sub-01/anat/sub-01_T1w.nii.gz -``` + A defaced T1w image would typically be made during the curation process and is thus under raw -A defaced T1w image could also, in theory, be derived from a BIDS dataset and would thus be under derivatives + ```Text + sourcedata/private/sub-01/anat/sub-01_T1w.nii.gz + sub-01/anat/sub-01_T1w.nii.gz + ``` -```Text -sub-01/anat/sub-01_T1w.nii.gz -derivatives/sub-01/anat/sub-01_desc-defaced_T1w.nii.gz -``` + A defaced T1w image could also, in theory, be derived from a BIDS dataset and would thus be under derivatives + + ```Text + sub-01/anat/sub-01_T1w.nii.gz + derivatives/sub-01/anat/sub-01_desc-defaced_T1w.nii.gz + ``` ## Derivatives storage and directory structure