Skip to content

Commit

Permalink
Merge pull request #48 from BrainLesion/move_niftyreg
Browse files Browse the repository at this point in the history
Move_niftyreg
  • Loading branch information
neuronflow authored Dec 13, 2023
2 parents 23838ce + 33f1ab5 commit d648008
Show file tree
Hide file tree
Showing 80 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion brainles_preprocessing/modality.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def register(
registrator.register(
fixed_image_path=fixed_image_path,
moving_image_path=self.current,
transformed_image=registered,
transformed_image_path=registered,
matrix_path=registered_matrix,
log_file_path=registered_log,
)
Expand Down
2 changes: 1 addition & 1 deletion brainles_preprocessing/registration/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .niftyreg import NiftyRegRegistrator
from .niftyreg.niftyreg import NiftyRegRegistrator
Empty file.
2 changes: 1 addition & 1 deletion tests/test_niftyreg_registrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from auxiliary.turbopath import turbopath

from brainles_preprocessing.registration.niftyreg import NiftyRegRegistrator
from brainles_preprocessing.registration.niftyreg.niftyreg import NiftyRegRegistrator


class TestNiftyRegRegistrator(unittest.TestCase):
Expand Down

0 comments on commit d648008

Please sign in to comment.