-
Notifications
You must be signed in to change notification settings - Fork 530
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
ENH: Add options and outputs to fsl.Eddy
interface
#3034
Conversation
I just realized that slice-to-volume motion correction is only implemented when |
|
|
I'd check! |
Cool! Thanks, I'll try it out |
Codecov Report
@@ Coverage Diff @@
## master #3034 +/- ##
==========================================
+ Coverage 67.23% 67.84% +0.61%
==========================================
Files 294 295 +1
Lines 39245 39310 +65
Branches 5162 5181 +19
==========================================
+ Hits 26386 26671 +285
+ Misses 12185 11933 -252
- Partials 674 706 +32
Continue to review full report at Codecov.
|
Actually, all of the |
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.
Most of these comments are checking whether the defaults that are now being set are actually defaults, and most of the rest are on clarity of desc strings or trait names.
I'm a little surprised that requires
for a traits.Bool
doesn't require the value to be True
. You could change them to traits.Enum(True)
, which are either True
or Undefined
. It's not very pleasing though...
converting some of the former Bool traits to Enum ended up passing the doctests but fail to run in a workflow:
|
Hmm. This is somewhat frustrating. I guess I'd revert to |
Hi @josephmje, sorry to do this to you, but we just merged some pretty huge changes. Could you re-apply these changes on the latest Please let me know if you need any help or clarifications. |
Co-Authored-By: Chris Markiewicz <[email protected]>
@effigies Sorry my rebase didn't go so well. Do you know what I can do to fix this? |
I'll see what I can do. |
d2fdbfc
to
5cbbb14
Compare
I rebased, selecting your changes, and running To update your local branch use |
fsl.Eddy
interfacefsl.Eddy
interface
Thanks for this. |
Summary
Updates interface for FSL's
eddy
command with inputs and outputs for FSL 5.0.10+Splits #3008 into 2 PRs.
List of changes proposed in this PR (pull-request)
eddy_quad
)File
instead ofStr
(would break backwards compatibility)Acknowledgment