diff options
author | Thomas White <taw@physics.org> | 2013-05-23 12:01:59 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-05-27 17:33:15 +0200 |
commit | 4fd346391387f740c29561257a5af3fdfdd56700 (patch) | |
tree | 0eee358d475d4ca3bef2d45596fb4de33f71bf1b /src/process_image.h | |
parent | 2977589d2201ade9aa02289a54359288af2ff16e (diff) |
Initial integration stuff
Diffstat (limited to 'src/process_image.h')
-rw-r--r-- | src/process_image.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/process_image.h b/src/process_image.h index 5fe11e33..03041562 100644 --- a/src/process_image.h +++ b/src/process_image.h @@ -34,6 +34,9 @@ #endif +#include "integration.h" + + enum { PEAK_ZAEF, PEAK_HDF5, @@ -49,7 +52,6 @@ struct index_args int median_filter; int satcorr; int closer; - int bgsub; float threshold; float min_gradient; float min_snr; @@ -69,10 +71,9 @@ struct index_args int integrate_saturated; int use_saturated; int no_revalidate; - int integrate_found; int stream_peaks; int stream_refls; - int res_cutoff; + IntegrationMethod int_meth; }; |