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 --- libcrystfel/src/image.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libcrystfel/src/image.h') diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h index 9769c66a..40717ab3 100644 --- a/libcrystfel/src/image.h +++ b/libcrystfel/src/image.h @@ -3,11 +3,11 @@ * * Handle images and image features * - * Copyright © 2012-2017 Deutsches Elektronen-Synchrotron DESY, + * Copyright © 2012-2018 Deutsches Elektronen-Synchrotron DESY, * a research centre of the Helmholtz Association. * * Authors: - * 2009-2017 Thomas White + * 2009-2018 Thomas White * 2014 Valerio Mariani * * @@ -221,6 +221,8 @@ struct image { /* Detected peaks */ long long num_peaks; long long num_saturated_peaks; + double peak_resolution; /* Estimate of resolution + * based on peaks only */ ImageFeatureList *features; }; -- cgit v1.2.3