-
Notifications
You must be signed in to change notification settings - Fork 532
ENH: Add segmentation output to FSL's epi_reg #2661
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
Bringing fork up-to-date
Add segmentation output
Set default to false, in order to not overwrite the config file settings
The command EpiReg also produces a segmentation in white matter, gray matter, and csf which can now be accessed in nipype
Thanks for this. You'll need to check the acknowledgement that your changes will be released under Apache 2, and you may want to add yourself to the .zenodo.json file. |
Could you also merge master, to fix the tests? |
Codecov Report
@@ Coverage Diff @@
## master #2661 +/- ##
==========================================
+ Coverage 67.59% 67.61% +0.02%
==========================================
Files 340 340
Lines 43054 43056 +2
Branches 5329 5329
==========================================
+ Hits 29104 29114 +10
+ Misses 13248 13241 -7
+ Partials 702 701 -1
Continue to review full report at Codecov.
|
nipype/testing/data/reg_average_cmd
Outdated
@@ -0,0 +1 @@ | |||
reg_average /filesrv/weninger/code/nipype/nipype/testing/data/avg_out.nii.gz -avg im1.nii im2.nii im3.nii -omp 1 |
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.
This file probably shouldn't be here.
Summary
Fixes as proposed in: Issue #2657 Adding Segmentation Output to FSL:Epi_Reg
This output exists in fsl, but was not yet included in nipype
Closes #2657.
List of changes proposed in this PR (pull-request)
make check-before-commit
Acknowledgment