aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-05-30 16:47:21 +0200
committerThomas White <taw@physics.org>2018-05-30 16:47:21 +0200
commit7c662b10bc700b28f9c759cf5d445d118f34dcb3 (patch)
tree76c31502ef9d2f777bfb75374674094d40cf1e4f /src/process_image.h
parent5552805ee5dbbf55f652aac3653ac31b8668186f (diff)
parentea2ad46e4199bf57ee033a971d3746ff785ed4cc (diff)
Merge branch 'tom/peakfinder9'
Diffstat (limited to 'src/process_image.h')
-rw-r--r--src/process_image.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/process_image.h b/src/process_image.h
index 6d170a39..52f063fd 100644
--- a/src/process_image.h
+++ b/src/process_image.h
@@ -3,12 +3,13 @@
*
* The processing pipeline for one image
*
- * Copyright © 2012-2017 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2018 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
* 2010-2016 Thomas White <taw@physics.org>
* 2014-2017 Valerio Mariani <valerio.mariani@desy.de>
+ * 2017-2018 Yaroslav Gevorkov <yaroslav.gevorkov@desy.de>
*
* This file is part of CrystFEL.
*
@@ -44,7 +45,8 @@ struct index_args;
enum {
- PEAK_PEAKFINDER8,
+ PEAK_PEAKFINDER9,
+ PEAK_PEAKFINDER8,
PEAK_ZAEF,
PEAK_HDF5,
PEAK_CXI,
@@ -83,6 +85,10 @@ struct index_args
int max_pix_count;
int local_bg_radius;
int min_peaks;
+ float min_snr_biggest_pix;
+ float min_snr_peak_pix;
+ float min_sig;
+ float min_peak_over_neighbour;
struct imagefile_field_list *copyme;
int integrate_saturated;
int use_saturated;