Skip to content

Commit

Permalink
fix data type frmi for func
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrinebedard authored Feb 8, 2024
1 parent 2d763ae commit 907bc38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/dataset-curation.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The example below applies for MRI data:
│ │ ├── sub-<label>[_ses-<label>][_acq-<label>][_ce-<label>][_rec-<label>][_run-<index>][_part-<mag|phase|real|imag>]_<suffix>.json
│ │ └── sub-<label>[_ses-<label>][_acq-<label>][_ce-<label>][_rec-<label>][_run-<index>][_part-<mag|phase|real|imag>]_<suffix>.nii[.gz]
│ ├── fmap/
│ ├── fmri/
│ ├── func/
│ └── dwi/
│ ├── sub-<label>[_ses-<label>][_acq-<label>][_rec-<label>][_dir-<label>][_run-<index>][_part-<mag|phase|real|imag>]_dwi.bval
│ ├── sub-<label>[_ses-<label>][_acq-<label>][_rec-<label>][_dir-<label>][_run-<index>][_part-<mag|phase|real|imag>]_dwi.bvec
Expand Down Expand Up @@ -299,7 +299,7 @@ Derived datasets follow the **same structure and hierarchy** as the `raw` datase
└── <label> <-- name of the derivative folder
└── sub-<label>/]
└── [ses-<label>/]
└── modality/ <-- could be 'anat', 'fmap', 'fmri', etc.
└── data type/ <-- could be 'anat', 'fmap', 'func', etc.
└── <source_filename>[_space-<space>][_res-<label>][_den-<label>][_desc-<label>]_<suffix>.<extension>
```

Expand Down

0 comments on commit 907bc38

Please sign in to comment.