From a4c5daf2f0f37577798af0de5cd31dc81f87eec5 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 19 Jan 2010 17:40:19 +0100 Subject: Use "fine" peak search for hit finding (it's fast enough) --- src/index.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/index.c') diff --git a/src/index.c b/src/index.c index f16ff333..b45bd1fc 100644 --- a/src/index.c +++ b/src/index.c @@ -72,14 +72,10 @@ int map_position(struct image *image, double x, double y, } -void index_pattern(struct image *image, int no_index, int dump_peaks, - int use_dirax) +void index_pattern(struct image *image, int no_index, int use_dirax) { int i; - /* Perform 'fine' peak search */ - search_peaks(image, dump_peaks); - /* Map positions to 3D */ for ( i=0; ifeatures); i++ ) { -- cgit v1.2.3