We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c366df7 commit a5276fbCopy full SHA for a5276fb
1 file changed
src/imcflibs/imagej/bdv.py
@@ -666,7 +666,6 @@ def optimize_and_apply_shifts(
666
IJ.run("Optimize globally and apply shifts ...", str(options))
667
668
backup_xml_files(file_info["path"], "optimize_and_apply_shifts")
669
- return
670
671
672
def detect_interest_points(
@@ -1060,7 +1059,6 @@ def fuse_dataset(
1060
1059
1061
log.debug(options)
1062
IJ.run("Fuse dataset ...", str(options))
1063
1064
1065
1066
def parse_options(input_dict):
0 commit comments