-
Notifications
You must be signed in to change notification settings - Fork 533
Additional dcm2nii inputs #931
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
reorient = traits.Bool(argstr='-r', position=11) | ||
spm_analyze = traits.Bool(argstr='-s', xor=['nii_output'], position=12) | ||
convert_all_pars = traits.Bool(True, argstr='-v', usedefault=True, position=13) | ||
reorient_and_crop = traits.Bool(False, argstr='-x', usedefault=True, position=14) | ||
args = traits.Str(argstr='%s', desc='Additional parameters to the command', |
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 is defined in CommandLineInputSpec it could be removed from here
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.
Remove args
line? Ok
Hi Chris (not Greg 😃 ) Does it seem fine now? |
Actually i'll add some documentation so i'll submit an update in a bit |
Help() function gives good enough doc so i believe this is ready for merging |
No description provided.