Skip to content
Snippets Groups Projects
Commit 8d977aa5 authored by Gaelle Letort's avatar Gaelle Letort
Browse files

disable ref points for now

parent 776dd71a
No related branches found
No related tags found
No related merge requests found
...@@ -278,8 +278,8 @@ def iterative_registration(): ...@@ -278,8 +278,8 @@ def iterative_registration():
) )
def get_paras( def get_paras(
show_log = True, show_log = True,
use_reference_points = False, #use_reference_points = False,
refpoints_file = pathlib.Path(os.path.join(imagedir, imagename+"_reference_points.csv")), #refpoints_file = pathlib.Path(os.path.join(imagedir, imagename+"_reference_points.csv")),
do_rigid = True, do_rigid = True,
do_bspline = True, do_bspline = True,
show_advanced_parameters = False, show_advanced_parameters = False,
...@@ -292,6 +292,7 @@ def iterative_registration(): ...@@ -292,6 +292,7 @@ def iterative_registration():
global move_points global move_points
reslay = viewer.layers["ResMovie"] reslay = viewer.layers["ResMovie"]
use_reference_points = False
if use_reference_points: if use_reference_points:
read_points() read_points()
move_points = True move_points = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment