From bf7e534369f9eeff914317163e090b90884e3bbf Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 15 Oct 2010 17:33:34 +0200 Subject: Set sanity level low (to a working value) --- src/peaks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/peaks.c') diff --git a/src/peaks.c b/src/peaks.c index e9a10ab7..0cf7c232 100644 --- a/src/peaks.c +++ b/src/peaks.c @@ -652,7 +652,7 @@ int peak_sanity_check(struct image *image, UnitCell *cell, STATUS("Sanity factor: %f / %f = %f\n", (float)n_sane, (float)n_feat, (float)n_sane / (float)n_feat); - if ( (float)n_sane / (float)n_feat < 0.8 ) return 0; + if ( (float)n_sane / (float)n_feat < 0.1 ) return 0; return 1; } -- cgit v1.2.3