aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r--libcrystfel/src/image.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index 98cac12c..56f07132 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -203,12 +203,8 @@ struct image
/** Full-width half-maximum bandwidth as a fraction, applied to wavelength */
double bw;
- /** \name Numbers of peaks. To be deleted.
- * @{ */
- long long num_peaks;
- long long num_saturated_peaks;
+ /** Resolution estimate based on peaks */
double peak_resolution;
- /** @} */
/** List of peaks found in the image */
ImageFeatureList *features;