From 772ed44b99c2429ac9bcaab327583e92464e2fd5 Mon Sep 17 00:00:00 2001 From: Valerio Mariani Date: Fri, 10 Mar 2017 14:29:55 +0100 Subject: Peakfinder8 in CrystFEL. Same results as Anton's Cheetah implementation --- src/process_image.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'src/process_image.h') diff --git a/src/process_image.h b/src/process_image.h index d41c23f5..4c5c5a96 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 - * 2014 Valerio Mariani + * 2014-2017 Valerio Mariani * * This file is part of CrystFEL. * @@ -42,6 +42,7 @@ struct index_args; enum { + PEAK_PEAKFINDER8, PEAK_ZAEF, PEAK_HDF5, PEAK_CXI, @@ -73,6 +74,13 @@ struct index_args float ir_inn; float ir_mid; float ir_out; + int iterations; + 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; -- cgit v1.2.3