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 31fa9d6 commit 6320f66
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/eddymotion/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,6 @@
import numpy as np


class SortingStrategy(Enum):
"""
Enum class representing different sorting strategies.
Available sorting strategies:
- LINEAR: Sorts the items in a linear order.
- RANDOM: Sorts the items in a random order.
- BVALUE: Sorts the items based on their b-value.
- CENTRALSYM: Sorts the items based on their central symmetry.
"""

LINEAR = "linear"
RANDOM = "random"
BVALUE = "bvalue"
CENTRALSYM = "centralsym"



def linear_action(size, **kwargs):
"""
Sort the DWI data volume indices linearly
Expand Down

0 comments on commit 6320f66

Please sign in to comment.