-
-
Notifications
You must be signed in to change notification settings - Fork 41
Fixing bold-T1w-Template registration in abcd-options preconfig #2276
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
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2276 +/- ##
=======================================
Coverage 34.0% 34.0%
=======================================
Files 233 233
Lines 26341 26304 -37
Branches 4127 4130 +3
=======================================
- Hits 8954 8953 -1
+ Misses 16666 16620 -46
- Partials 721 731 +10
🚀 New features to boost your workflow:
|
2da9916 to
9d89c6f
Compare
for more information, see https://pre-commit.ci
…l in abcd-options preconfig
…l in abcd-options preconfig
shnizzedy
left a comment
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.
I'm not sure where this is happening, but from the smoke tests it looks like something here makes sbref unavailable to coregistration in most of the other preconfigs? (this issue isn't happening in develop)
Thanks for review @shnizzedy , Will look into it. |
|
@shnizzedy , an error on my end. I had added a if statement that was blocking the other nodeblocks to be added to the workflow. |
shnizzedy
left a comment
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.
@shnizzedy , an error on my end. I had added a if statement that was blocking the other nodeblocks to be added to the workflow. Should be resolved now.
Thanks!
Rerunning the smoke tests,
- abcd-options still takes forever (I think that's out-of-scope for this PR and shouldn't block)
- ccs-options crashes OOM (#2277 should fix that)
- rodent fails with
(#2277 might also fix that?)
KeyError: "When trying to connect node block 'qc_xcp' to workflow 'cpac_pipeline_analysis_sub-4007_ses-ofMaF' after node block 'vmhc': space-T1w_sbref"
I think this is good to go, and if the remaining problems aren't resolved in #2277, we can revisit those issues then.
Fixes
Related to #2274, #2275 ,
Description
This PR resolves the bold-to-T1w-to-Template registration issue, that was causing cropped image and some non brain areas in the bold processing pipeline.
Technical details
This PR refactors the
transform_timeseries_to_T1template_abcdnodeblock, removing few unnecessary nodes and changing reference inputs to the registration node.Adds a node to match FOV between T1w and Template, the transform is concatenated to the XFM, which later is used in the above nodeblock for bold-to-T1w-to-Template registration.
Tests
Tested running
abcd-optionspreconfig.A report from shortened
abcd-optionspipeline attachedsub-NDARINV003RTV85_ses-baselineYear1Arm1_qc_report.pdf
Screenshots
Before

After

Checklist
Update index.md).developbranch of the repository.Developer Certificate of Origin
Developer Certificate of Origin