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 61b094b commit 1ce323bCopy full SHA for 1ce323b
fmriprep/interfaces/itk.py
@@ -97,7 +97,7 @@ class Volreg2ITK(SimpleInterface):
97
output_spec = Volreg2ITKOutputSpec
98
99
def _run_interface(self, runtime):
100
- # Load AFNI mat entries and append (0, 0, 0, 1) for homogeneous coordinates
+ # Load AFNI mat entries and reshape appropriately
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
0 commit comments