Skip to content

Commit

Permalink
import
Browse files Browse the repository at this point in the history
Signed-off-by: neuronflow <[email protected]>
  • Loading branch information
neuronflow committed Mar 30, 2024
1 parent 11e3012 commit f18917b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions brainles_preprocessing/registration/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,12 @@
"ANTS package not found. If you want to use it, please install it using 'pip install brainles_preprocessing[ants]'"
)

try:
from .eReg.eReg import eRegRegistrator
except ImportError:
warnings.warn(
"eReg package not found. If you want to use it, please install it using 'pip install brainles_preprocessing[ereg]'"
)


from .niftyreg.niftyreg import NiftyRegRegistrator

0 comments on commit f18917b

Please sign in to comment.