-
Notifications
You must be signed in to change notification settings - Fork 14
FIX: Multi-step-reg / composite transform misformation #433
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
- Separate disassembly into standalone nodes for improved transparency - Change inputnode fields to reflect intermediate - Cache intermediate transform to node working directories - Use SimpleITK when assembling inverse std2anat xfm
- Caught this bug while testing full workflow with: `--output-spaces MNI152NLin6Asym` and no CIFTI outputs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one idea for a docstring and one question, really
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #433 +/- ##
==========================================
- Coverage 56.12% 0.37% -55.75%
==========================================
Files 70 69 -1
Lines 6697 6581 -116
Branches 834 821 -13
==========================================
- Hits 3759 25 -3734
- Misses 2734 6556 +3822
+ Partials 204 0 -204 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Taylor Salo <[email protected]>
Hopefully the end of this mini-saga - thanks to @tsalo @mattcieslak for taking a look.
Changes included in this: