We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c756352 commit 2e17e68Copy full SHA for 2e17e68
nipype/interfaces/afni/preprocess.py
@@ -193,7 +193,6 @@ class Refit(CommandLine):
193
_cmd = '3drefit'
194
input_spec = RefitInputSpec
195
output_spec = AFNICommandOutputSpec
196
- outputs = {}
197
198
def _list_outputs(self):
199
outputs = self.output_spec().get()
@@ -567,8 +566,7 @@ class VolregInputSpec(AFNICommandInputSpec):
567
566
oned_file = File(name_template='%s.1D', desc='1D movement parameters output file',
568
argstr='-1Dfile %s',
569
name_source="in_file",
570
- keep_extension=True,
571
- position=-3)
+ keep_extension=True)
572
verbose = traits.Bool(desc='more detailed description of the process',
573
argstr='-verbose')
574
timeshift = traits.Bool(desc='time shift to mean slice time offset',
0 commit comments