aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-06-10 14:27:49 +0200
committerThomas White <taw@physics.org>2018-06-10 15:36:44 +0200
commitbf626f98ff9d57e9feed52cb38708d4048b685d8 (patch)
treefd10d47bd470ddd63ee160b5624768079a1df479 /libcrystfel/src/image.h
parent96dcef898b6a2585e8cdb6575d88fdb4251242f2 (diff)
indexamajig: Estimate resolution based on peaks only
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r--libcrystfel/src/image.h6
1 files changed, 4 insertions, 2 deletions
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 <taw@physics.org>
+ * 2009-2018 Thomas White <taw@physics.org>
* 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;
};