Skip to content

Commit

Permalink
default to ants for the moment
Browse files Browse the repository at this point in the history
Signed-off-by: neuronflow <[email protected]>
  • Loading branch information
neuronflow committed Apr 16, 2024
1 parent 48ae7f8 commit c05b1cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/example_modality_centric_preprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ def preprocess(inputDir):
moving_modalities=moving_modalities,
# choose the registration backend you want to use
# registrator=NiftyRegRegistrator(),
# registrator=ANTsRegistrator(),
registrator=eRegRegistrator(),
registrator=ANTsRegistrator(),
# registrator=eRegRegistrator(),
brain_extractor=HDBetExtractor(),
temp_folder="temporary_directory",
limit_cuda_visible_devices="0",
Expand Down

0 comments on commit c05b1cd

Please sign in to comment.