Skip to content

Commit d6af62d

Browse files
authored
Merge pull request #485 from LuciMoore/master
Add documentation on MCRIBS and surf recon methods chosen based on age
2 parents a017df0 + 0002ae9 commit d6af62d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/outputs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ TODO: FSDERIVS? .. _fsderivs:
194194

195195
### Surface Reconstruction
196196

197-
If any of the surface reconstruction methods are enabled,
197+
If any of the surface reconstruction methods (M-CRIB-S, infant FreeSurfer, or FreeSurfer) are enabled,
198198
then a FreeSurfer-like subjects directory is created in
199199
`<output dir>/sourcedata/freesurfer` or the directory indicated with the
200200
`--fs-subjects-dir` flag.
@@ -229,6 +229,8 @@ This is strictly true when pre-computed FreeSurfer derivatives are provided eith
229229
the `sourcedata/` directory or passed via the `--fs-subjects-dir` flag;
230230
if NiBabies runs FreeSurfer, then there is a mutual dependency.
231231

232+
**If M-CRIB-S is used** for surface reconstruction, an additional folder is created in `<output dir>/sourcedata/mcribs`. M-CRIB-S converts and organizes its output into a FreeSurfer-compatible format, i.e. following the structure of FreeSurfer’s [recon-all](https://surfer.nmr.mgh.harvard.edu/fswiki/ReconAllOutputFiles), to `mcribs/sub-<label>_ses-<label>/freesurfer/`. This is then mapped by Infant fMRIPrep into the `sourcedata/freesurfer/` folder for further processing.
233+
232234
### Functional derivatives
233235

234236
Functional derivatives are stored in the `func/` subfolder.

docs/usage.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ Specifically, these two files will be checked:
2222
Either file should include `age` (or if you wish to be more explicit: `age_months`) columns, and it is
2323
recommended to have an accompanying JSON file to further describe these fields, and explicitly state the values are in months.
2424

25+
Age is used to choose the optimal surface reconstruction method when the flag `--surface-recon-method auto` is employed for surface reconstruction:
26+
27+
- M-CRIB-S: 0-3 months old (only if T2w and segmentation in T2w space is present)
28+
- infant FreeSurfer: 4-24 months old (or 0-24 months old if no T2w/T2w segmentation is present)
29+
- FreeSurfer (standard FreeSurfer developed from adult data): >24 months old
30+
2531
## The FreeSurfer license
2632

2733
*NiBabies* uses FreeSurfer tools, which require a license to run.

0 commit comments

Comments
 (0)