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 3a8a2fa commit 61b094bCopy full SHA for 61b094b
fmriprep/interfaces/itk.py
@@ -101,7 +101,7 @@ def _run_interface(self, runtime):
101
orig_afni_mat = np.loadtxt(self.inputs.in_file)
102
afni_affines = [mat.reshape(3, 4, order='C') for mat in orig_afni_mat]
103
104
- out_file = Path(fname_presuffix(self.inputs.in_file,
+ out_file = Path(fname_presuffix(self.inputs.in_file, use_ext=False,
105
suffix='_mc4d_itk.txt', newpath=runtime.cwd))
106
107
fixed_params = 'FixedParameters: 0 0 0' # Center of rotation does not change
0 commit comments