From b5afea064fba22f893fd32a5834bdb4017d96d30 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 22 Oct 2012 16:27:03 -0700 Subject: indexamajig: Validate (re-integrate, check bad regions etc) peaks from HDF5 --- src/im-sandbox.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/im-sandbox.c') diff --git a/src/im-sandbox.c b/src/im-sandbox.c index c313bda9..31dff291 100644 --- a/src/im-sandbox.c +++ b/src/im-sandbox.c @@ -291,6 +291,8 @@ static void process_image(const struct index_args *iargs, iargs->hdf5_peak_path)) { ERROR("Failed to get peaks from HDF5 file.\n"); } + validate_peaks(&image, iargs->min_int_snr, + iargs->ir_inn, iargs->ir_mid, iargs->ir_out); break; case PEAK_ZAEF: -- cgit v1.2.3