Skip to content

Commit

Permalink
Merge pull request MRtrix3#857 from MRtrix3/fix_doc_strides_description
Browse files Browse the repository at this point in the history
docs: fix error in strides explanation
  • Loading branch information
jdtournier authored Dec 8, 2016
2 parents 60ebe96 + b7ba813 commit 2af0175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/image_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ To simplify the specification of these strides, *MRtrix3* typically expects and
provides *symbolic* strides. For example, the RAS strides above would be
expressed as ``1,2,3``, since this is sufficient to deduce the actual strides once
the image dimensions are known. Likewise, LAS would correspond to strides of
``-1,2,3``, PIR to ``-2,-3,1``, etc. This has the advantage that the
``-1,2,3``, PIR to ``3,-1,-2``, etc. This has the advantage that the
specification of the strides is then independent of the image dimensions.

Using strides to specify ordering also allows the specification to
Expand Down

0 comments on commit 2af0175

Please sign in to comment.