Skip to content

Commit 9f568b5

Browse files
committed
explicit args
1 parent ebe9a44 commit 9f568b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/scil_fodf_ssst.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ def main():
135135
is_output_legacy=is_legacy,
136136
nbr_processes=args.nbr_processes)
137137
nib.save(nib.Nifti1Image(shm_coeff.astype(np.float32),
138-
vol.affine, vol.header), args.out_fODF)
138+
affine=vol.affine,
139+
header=vol.header), args.out_fODF)
139140

140141

141142
if __name__ == "__main__":

0 commit comments

Comments
 (0)