Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Update src/eddymotion/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Oscar Esteban <[email protected]>
  • Loading branch information
esavary and oesteban authored Apr 5, 2024
1 parent 3d7afb1 commit 69611fa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/eddymotion/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@ def centralsym_action(size, **kwargs):
Number of volumes in the dataset
(for instance, the number of orientations in a DWI)
Examples
--------
>>> centralsym_action(10)
[4, 5, 3, 6, 2, 7, 1, 8, 0, 9]
>>> centralsym_action(11)
[4, 5, 3, 6, 2, 7, 1, 8, 0, 9, 10]
Returns
-------
:obj:`list` of :obj:`int`
Expand Down

0 comments on commit 69611fa

Please sign in to comment.