Skip to content

Commit

Permalink
re add intro sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed May 7, 2024
1 parent 614a5ff commit a68df81
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions src/derivatives/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a68df81

Please sign in to comment.