Skip to content

Commit 3c28d7e

Browse files
Merge pull request #514 from iglpdc/fix-typo
DOC: Fix minor typo in the documentation Change `scl_slope` to `scl_inter`
2 parents 9b23a32 + 37a17c4 commit 3c28d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/nifti_images.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ The output data from a NIfTI image comes from:
336336
#. Reshaping to the output image shape;
337337
#. Multiplying the result by the header ``scl_slope`` value, if
338338
both of ``scl_slope`` and ``scl_inter`` are defined;
339-
#. Adding the value header ``scl_slope`` value to the result, if both of
339+
#. Adding the value header ``scl_inter`` value to the result, if both of
340340
``scl_slope`` and ``scl_inter`` are defined;
341341

342342
'Defined' means, the value is not NaN (not a number).

0 commit comments

Comments
 (0)