diff options
author | Thomas White <taw@physics.org> | 2017-03-24 14:48:00 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2017-03-24 14:48:00 +0100 |
commit | 1f613c288763a165b6e803d918f9fd8613996212 (patch) | |
tree | 957275219c6d87fe36cb3b6091e8dc90358aa0ae /src/process_image.h | |
parent | 48f66a24733cca076b56ef5981f79ff690f7e39c (diff) | |
parent | 425619c37c3973cd354a667a61e84ccab7d81572 (diff) |
Merge branch 'valerio/peakfinder8'
Diffstat (limited to 'src/process_image.h')
-rw-r--r-- | src/process_image.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/process_image.h b/src/process_image.h index 57be255c..bc8b31fd 100644 --- a/src/process_image.h +++ b/src/process_image.h @@ -3,12 +3,12 @@ * * The processing pipeline for one image * - * Copyright © 2012-2016 Deutsches Elektronen-Synchrotron DESY, + * Copyright © 2012-2017 Deutsches Elektronen-Synchrotron DESY, * a research centre of the Helmholtz Association. * * Authors: * 2010-2016 Thomas White <taw@physics.org> - * 2014 Valerio Mariani + * 2014-2017 Valerio Mariani <valerio.mariani@desy.de> * * This file is part of CrystFEL. * @@ -42,6 +42,7 @@ struct index_args; enum { + PEAK_PEAKFINDER8, PEAK_ZAEF, PEAK_HDF5, PEAK_CXI, @@ -72,6 +73,12 @@ struct index_args float ir_inn; float ir_mid; float ir_out; + int min_res; + int max_res; + int max_n_peaks; + int min_pix_count; + int max_pix_count; + int local_bg_radius; struct copy_hdf5_field *copyme; int integrate_saturated; int use_saturated; |