From fddfbb4fd069d914865afc53053574b87ba2d552 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 26 Mar 2014 17:48:47 +0100 Subject: indexamajig: Don't check SNR with --peaks=hdf5 unless given --check-hdf5-snr --- src/process_image.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/process_image.c') diff --git a/src/process_image.c b/src/process_image.c index d1e3a7de..9c4c740d 100644 --- a/src/process_image.c +++ b/src/process_image.c @@ -3,11 +3,11 @@ * * The processing pipeline for one image * - * Copyright © 2012-2013 Deutsches Elektronen-Synchrotron DESY, + * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY, * a research centre of the Helmholtz Association. * * Authors: - * 2010-2013 Thomas White + * 2010-2014 Thomas White * * This file is part of CrystFEL. * @@ -128,7 +128,8 @@ void process_image(const struct index_args *iargs, struct pattern_args *pargs, if ( !iargs->no_revalidate ) { validate_peaks(&image, iargs->min_snr, iargs->ir_inn, iargs->ir_mid, - iargs->ir_out, iargs->use_saturated); + iargs->ir_out, iargs->use_saturated, + iargs->check_hdf5_snr); } break; -- cgit v1.2.3