Skip to content

Commit 92350a2

Browse files
authored
Merge pull request #155 from nipreps/oesteban-patch-1
DOC: Fix typo in docstring
2 parents 7f72285 + 1ffba67 commit 92350a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdcflows/interfaces/bspline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,10 +332,10 @@ class TOPUPCoeffReorient(SimpleInterface):
332332
"""
333333
Revise the orientation of TOPUP-generated B-Spline coefficients.
334334
335-
TOUP-generated "fieldcoeff" files are just B-Spline fields, where the shape
335+
TOPUP-generated "fieldcoeff" files are just B-Spline fields, where the shape
336336
of the field is fixated to be a decimated grid of the original image by an
337337
integer factor and added 3 pixels on each dimension.
338-
This is one root reason why TOPUP errors (FSL 6) or segfaults (FSL5), when the
338+
This is one root reason why TOPUP errors (FSL 6) or segfaults (FSL 5), when the
339339
input image has odd number of voxels along one or more directions.
340340
341341
These "fieldcoeff" are fixated to be zero-centered, and have "plumb" orientation

0 commit comments

Comments
 (0)