aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-05-13 12:04:47 +0200
committerThomas White <taw@physics.org>2017-06-21 14:26:02 +0200
commit38c560f7fc99383883890d746e74bd774a0309c7 (patch)
tree14deff6aab9832f8bcd00e90c28180e2d39d08a9 /src/process_image.h
parent5e9137947df9330308e1f66fa4a0701481ba6e06 (diff)
indexamajig: Add --min-peaks (basic hitfinder functionality)
Diffstat (limited to 'src/process_image.h')
-rw-r--r--src/process_image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process_image.h b/src/process_image.h
index 14f90c78..a668f1ba 100644
--- a/src/process_image.h
+++ b/src/process_image.h
@@ -80,6 +80,7 @@ struct index_args
int min_pix_count;
int max_pix_count;
int local_bg_radius;
+ int min_peaks;
struct imagefile_field_list *copyme;
int integrate_saturated;
int use_saturated;