From e1c14385231de69effe98e1ae539b48176317ee3 Mon Sep 17 00:00:00 2001 From: David Hilvert Date: Thu, 19 Apr 2007 23:06:00 +0000 Subject: [PATCH] Change --gs-mo default to 67%. darcs-hash:20070419230644-d1b56-3e61f420bcfcf5fb7a36229f4213387f3bde559c.gz --- d2/align.cc | 2 +- ui/help.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/d2/align.cc b/d2/align.cc index 9c7a0e2..45a6a70 100644 --- a/d2/align.cc +++ b/d2/align.cc @@ -94,7 +94,7 @@ int align::_gs = 3; unsigned int align::_ma_card = 1; double align::_ma_cont = 100; -ale_pos align::_gs_mo = 44; +ale_pos align::_gs_mo = 67; int align::gs_mo_percent = 1; exclusion *align::ax_parameters = NULL; diff --git a/ui/help.h b/ui/help.h index 206f934..f23b45d 100644 --- a/ui/help.h +++ b/ui/help.h @@ -281,7 +281,7 @@ public: " all Union of inner and outer [default]\n" " central inner if below threshold or better; else, outer.\n" " points Align by control points. Ignores gs-mo.\n" - "--gs-mo Set pixel min. overlap for global search. (44%% default)\n" + "--gs-mo Set pixel min. overlap for global search. (67%% default)\n" " ('x%%' uses a fraction of the smallest image dimension.)\n" BETWEEN_SECTIONS "Multi-alignment:\n" -- 2.11.4.GIT