-
Notifications
You must be signed in to change notification settings - Fork 14
ENH: Add M-CRIB-S surface processing #283
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
Conversation
05f7fde
to
a6bfa6c
Compare
- Add new flag `--surface-recon-method` to support various surface processing pipelines: - FreeSurfer's `recon-all` and `infant_recon_all`, as well as a new `mcribs` option. - Deprecate redundant `--force-reconall` flag.
e9ecbd0
to
c9231f2
Compare
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #283 +/- ##
==========================================
- Coverage 32.07% 31.99% -0.08%
==========================================
Files 53 53
Lines 4727 4772 +45
==========================================
+ Hits 1516 1527 +11
- Misses 3211 3245 +34
☔ View full report in Codecov by Sentry. |
- Remove defaults from inputs. It now is required to explicitly pass in processing steps. - Add helper methods to verify outputs of crucial checkpoints (after neonatal cortex reconstruction, FS file generation) - Save the brain mask under the proper intermediate filename.
This PR adds a new workflow (
init_mcribs_surface_recon_wf
) that can be used as an alternative torecon-all
/infant_recon_all
to produce anatomical surfaces.To use this workflow, the new flag
--surface-recon-method
needs to be used with the optionmcribs
.With the addition of this new flag, the now redundant
--force-reconall
flag is deprecated.Additionally, the infantFS surface workflow was renamed to better reflect which method is being used.
To Do
brain.mgz
in FreeSurfer directory (needed forrecon_report
)