Skip to content

Commit ba4a1f6

Browse files
effigiesoesteban
andauthored
Update sdcflows/interfaces/bspline.py
Co-authored-by: Oscar Esteban <[email protected]>
1 parent 73245ac commit ba4a1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdcflows/interfaces/bspline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ def _fix_topup_fieldcoeff(in_coeff, fmap_ref, pe_dir, out_file=None):
526526
refnii = nb.load(fmap_ref)
527527
coeffnii = nb.load(in_coeff)
528528

529-
# Coefficients are in LAS space, and we will convert to RAS.
529+
# Coefficients generated by TOPUP are in LAS space, and we will convert to RAS.
530530
# Reorient the reference image and phase-encoding direction to RAS
531531
ref_ornt = nb.io_orientation(refnii.affine)
532532
refnii_ras = refnii.as_reoriented(ref_ornt)

0 commit comments

Comments
 (0)