diff options
author | Thomas White <taw@physics.org> | 2012-10-22 16:27:03 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-10-22 16:27:03 -0700 |
commit | b5afea064fba22f893fd32a5834bdb4017d96d30 (patch) | |
tree | 48644db0021dd4b6f194c23ae90808428c45e771 /src | |
parent | 55787c925f647515c9f1bbe1b0eaf3c6b697a640 (diff) |
indexamajig: Validate (re-integrate, check bad regions etc) peaks from HDF5
Diffstat (limited to 'src')
-rw-r--r-- | src/im-sandbox.c | 2 |
1 files changed, 2 insertions, 0 deletions
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: |