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
The next minor release of NiBabies, this release includes a number of new goodies, including:
New Surface Reconstruction
M-CRIB-S (Adamson et al.), 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.
*Currently, a T2w image and pre-computed segmentation derivative must be provided to run mcribs.
Improved batch processing
NiBabies now automatically parses the BIDS directory for participant ages, first searching in the
participant's session.tsv, and falling back to participants.tsv. This simplifies batch submissions including multiple subjects & sessions. As a result, the --age-months flag has been deprecated, and will be removed in a later release.
Goodvoxels projection
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.
Single anatomical processing
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Release Notes
The next minor release of NiBabies, this release includes a number of new goodies, including:
New Surface Reconstruction
M-CRIB-S (Adamson et al.), 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
.Improved batch processing
NiBabies now automatically parses the BIDS directory for participant ages, first searching in the
participant's
session.tsv
, and falling back toparticipants.tsv
. This simplifies batch submissions including multiple subjects & sessions. As a result, the--age-months
flag has been deprecated, and will be removed in a later release.Goodvoxels projection
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.Single anatomical processing
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.
Anat-specific derivatives inputs
Previous, NiBabies expected input from the
--derivatives
flag to be in T1w space, using the entityspace-orig
. This has now been changed to support derivatives in either T1w or T2w space. For more information, please see https://nibabies.readthedocs.io/en/23.1.0/faqs.html#leveraging-precomputed-resultsChangelog
--cifti-output
is used #279)--age-months
(ENH: Extract participant ages from BIDS sources #287)This discussion was created from the release 23.1.0 .
Beta Was this translation helpful? Give feedback.
All reactions