You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faqs.md
+17-9Lines changed: 17 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
3
3
## Leveraging precomputed results
4
4
5
-
Whether to allow for manual intervention for tough cases, or simply to reduce processing time, *NiBabies*can allow the use of certain pre-computed files during processing.
6
-
Initial support is limited to the following files:
7
-
- Anatomical mask in T1w space
8
-
- Antomical segmentation (aseg) in T1w space
5
+
Whether manual intervention is required, or you want to reduce processing time, *NiBabies* allow the use of certain pre-computed files during processing, which can skip part of the workflow.
6
+
Support is limited to the following files:
7
+
- Anatomical mask in T1w or T2w space
8
+
- Antomical segmentation (aseg) in T1w or T2w space
9
9
10
10
To use pre-computed results, one or more [BIDS Derivatives](https://bids-specification.readthedocs.io/en/stable/05-derivatives/01-introduction.html#bids-derivatives) directories must be passed in to *NiBabies* using the `--derivatives` flag.
11
11
Derivative directories must include a [`dataset_description.json` and the required fields](https://bids-specification.readthedocs.io/en/stable/03-modality-agnostic-files.html#derived-dataset-and-pipeline-description).
12
-
Additionally, files must include the `space-orig`key-value pair in the name.
12
+
Additionally, files must include the `space-T1w` or `space-T2w`key-value pair in the filenames, and a matching sidecar JSON file with the `SpatialReference` field defined.
13
13
14
14
A sample layout of a derivatives directory can be found below:
The `SpatialReference` file will be used to ensure the raw data and the derivatives are aligned and in the same space.
33
+
26
34
## Multi-atlas segmentation with joint label fusion
27
35
28
36
By default, *NiBabies* will run [FSL FAST](https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FAST) for tissue segmentation, and Infant FreeSurfer for segmentation labels.
@@ -53,4 +61,4 @@ In short, here is a quick heuristic on how new releases should be looked at:
53
61
1. If the `YY.MINOR` match the version you used, but the `MICRO` has changed, it is a bug-fix release.
54
62
Check the [release notes](https://github.com/nipreps/nibabies/releases) - if the fixes do not pertain to your data, there is no need to upgrade.
55
63
56
-
For more in-depth information, refer to the [*NiPreps* release documentation](https://www.nipreps.org/devs/releases/#principles).
64
+
For more in-depth information, refer to the [*NiPreps* release documentation](https://www.nipreps.org/devs/releases/#principles).
0 commit comments