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
This release substantially improves support for pre-computed derivatives. Previous releases would miss some derivatives and rerun the computations. Note that derivatives from previous versions will be accepted, so it should not be necessary to recompute derivatives from previous versions. The recommended command line is:
When the same file is found in multiple derivatives, the last one found takes precedence.
Additionally, --force-* flags have been consolidated into a single --force flag that can take multiple, space-separated arguments.
Structural processing changes
We now output white, pial and midthickness fsLR meshes on the subject surface. Look for sub-<subject>_hemi-<L|R>_space-fsLR_*_<surf>.surf.gii files.
Brain extraction has been modified slightly to more closely match the antsBrainExtraction.sh workflow distributed by ANTs. The impact should be minimal, but in rare cases this fixes a crash.
Fieldmap processing changes
SyN-SDC fieldmap filtering is now single-level, following the improvements for gradient-echo fieldmaps in 24.1.
Jacobian-weighting during fieldmap unwarping is now on by default only for PEPolar fieldmaps. To enable for other fieldmap types, use --force fieldmap-jacobian.
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
New feature release in the 25.0.x series.
This release substantially improves support for pre-computed derivatives. Previous releases would miss some derivatives and rerun the computations. Note that derivatives from previous versions will be accepted, so it should not be necessary to recompute derivatives from previous versions. The recommended command line is:
Note that multiple derivatives can be specified, for example:
When the same file is found in multiple derivatives, the last one found takes precedence.
Additionally,
--force-*
flags have been consolidated into a single--force
flag that can take multiple, space-separated arguments.Structural processing changes
We now output white, pial and midthickness fsLR meshes on the subject surface. Look for
sub-<subject>_hemi-<L|R>_space-fsLR_*_<surf>.surf.gii
files.Brain extraction has been modified slightly to more closely match the
antsBrainExtraction.sh
workflow distributed by ANTs. The impact should be minimal, but in rare cases this fixes a crash.Fieldmap processing changes
SyN-SDC fieldmap filtering is now single-level, following the improvements for gradient-echo fieldmaps in 24.1.
Jacobian-weighting during fieldmap unwarping is now on by default only for PEPolar fieldmaps. To enable for other fieldmap types, use
--force fieldmap-jacobian
.Changes
--force
flag that accepts a list, replacing individual--force-*
flags (feat(cli): Create--force
flag that accepts a list, replacing individual--force-*
flags #3442)New Contributors
Full Changelog: 24.1.1...25.0.0
This discussion was created from the release 25.0.0.
Beta Was this translation helpful? Give feedback.
All reactions