-
Notifications
You must be signed in to change notification settings - Fork 532
Interfaces for fnirtfileutils and convertwarp (FSL) #861
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
|
||
if self.inputs.write_jacobian: | ||
if not isdefined(self.inputs.out_jacobian): | ||
self.inputs.out_jacobian = self._gen_fname(self.inputs.in_file, |
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.
we should never modify inputs.
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.
Ok, but how to deal with files which name should be automatically generated but only if there's a boolean trait set? (I ask this because I honestly don't know how to do it, sorry for my ignorance).
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.
Ok, I think I got a solution :)
@juhuntenburg could you have a look at this? thanks! |
'coordinates in the next space.')) | ||
|
||
out_abswarp = traits.Bool(argstr='--absout', xor=['out_relwarp'], | ||
desc=('If set it indicates that the warps in --out should be relative, i.e. ' |
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.
in line 1629 it should say 'absolute' not 'relative'
convertwarp generally looks great, just a few things:
|
Enh/add interface fsl warp utils
Fixed some typos. Conflicts: CHANGES
With the updates from @juhuntenburg this can be merged. Thanks. |
Interfaces for fnirtfileutils and convertwarp (FSL)
New interface to this two simple utilities to manage displacement fields and coefficients fields.