Skip to content

Commit 1ce323b

Browse files
committed
fix comment
1 parent 61b094b commit 1ce323b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/interfaces/itk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class Volreg2ITK(SimpleInterface):
9797
output_spec = Volreg2ITKOutputSpec
9898

9999
def _run_interface(self, runtime):
100-
# Load AFNI mat entries and append (0, 0, 0, 1) for homogeneous coordinates
100+
# Load AFNI mat entries and reshape appropriately
101101
orig_afni_mat = np.loadtxt(self.inputs.in_file)
102102
afni_affines = [mat.reshape(3, 4, order='C') for mat in orig_afni_mat]
103103

0 commit comments

Comments
 (0)