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: CHANGES.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ The next minor release of *NiBabies*, this release includes a number of new good
5
5
### New surface reconstruction option
6
6
M-CRIB-S (Adamson et al., https://www.nature.com/articles/s41598-020-61326-2), has shown to improve performance in participants under 9 months. If you would like to try this method, add the following to your command: `--surface-recon-method mcribs`.
7
7
8
-
Note: Currently, a pre-computed segmentation derivative must be provided to run mcribs.
8
+
Note: Currently, a T2w image and pre-computed segmentation derivative must be provided to run mcribs.
9
9
10
10
### Improved batch processing
11
11
*NiBabies* now automatically parses the BIDS directory for participant ages, first searching in the
@@ -14,6 +14,9 @@ participant's `session.tsv`, and falling back to `participants.tsv`. This simpli
14
14
### Goodvoxels projection
15
15
An option to determine and exclude high-variance voxels from being projected to the surface when creating CIFTI files. To enable this, add `--project-goodvoxels` to your command.
16
16
17
+
### Single anatomical processing
18
+
Running *NiBabies* is now less restrictive, and will still process data missing either a T1w / T2w image. However, for best results, it is recommended to collect and include both for processing.
19
+
17
20
18
21
## Full Changelog
19
22
* CI: Purge codecov python package (#282)
@@ -26,6 +29,8 @@ An option to determine and exclude high-variance voxels from being projected to
26
29
* ENH: Reorder anatomical processsing, run ANTs DenoiseImage on anatomicals (#286)
0 commit comments