Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: MCRIBS auto surface reconstruction logic #399

Merged
merged 4 commits into from
Sep 30, 2024

Conversation

mgxd
Copy link
Collaborator

@mgxd mgxd commented Sep 26, 2024

Previously, --surface-recon-method auto would not take into account the presence of a previously computed segmentation when determining MCRIBS as the method, despite the workflow erroring down the line if there is not
one provided.

When working on this, I realized there was not a very clear way to request no surface reconstruction be performed, so this also adds the none option to --surface-recon-method and deprecates a few ambiguous recon-all specific options (--force-reconall and --fs-no-reconall)

@mgxd mgxd changed the title Fix/mcribs no segmentation FIX: MCRIBS auto surface reconstruction logic Sep 26, 2024
Previously, `--surface-recon-method auto` would not take into account
the presence of a previously computed segmentation when determining MCRIBS
as the method, despite the workflow erroring down the line if there is not
one provided.
@mgxd mgxd marked this pull request as ready for review September 27, 2024 19:33
@mgxd mgxd merged commit 050a083 into nipreps:master Sep 30, 2024
9 checks passed
@mgxd mgxd deleted the fix/mcribs-no-segmentation branch September 30, 2024 16:28
mgxd added a commit that referenced this pull request Oct 3, 2024
24.1.0 (October 02, 2024)

This new minor release includes a few bug fixes, such as excluding MCRIBS from surface reconstruction without a precomputed segmentation and ensuring generated derivatives are not masked, as well as improvements to reporting.

  * ENH: Add boilerplate, errors to report (#403)
  * ENH: Add age to session report (#402)
  * ENH: Improvements to age parsing (#395, #398)

  * FIX: MCRIBS auto surface reconstruction logic (#399)
  * FIX: Do not force masking of anatomicals when using `--derivatives` (#400)

  * MAINT: Revisit warnings filter (#396)
  * MAINT: Automate testing with tox (#404)
  * MAINT: Port over parser arguments and tests from fmriprep (#401)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant