From bf626f98ff9d57e9feed52cb38708d4048b685d8 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 10 Jun 2018 14:27:49 +0200 Subject: indexamajig: Estimate resolution based on peaks only --- src/process_image.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/process_image.c b/src/process_image.c index 1d41ae6e..b0a03e46 100644 --- a/src/process_image.c +++ b/src/process_image.c @@ -245,6 +245,9 @@ void process_image(const struct index_args *iargs, struct pattern_args *pargs, } + image.peak_resolution = estimate_peak_resolution(image.features, + image.lambda); + restore_image_data(image.dp, image.det, prefilter); rn = getcwd(NULL, 0); -- cgit v1.2.3