aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-11-16 09:56:24 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:05 +0100
commit0567569d2f97a5c4aae54d6f8b27f0eeb7539b86 (patch)
tree473b9bf0e5129ac4cedffe775b6696a2de6821fa /src/peaks.h
parent5447d802f6c8baedf350c2fe002757b390e7c8da (diff)
indexamajig: Take minimum gradient on command line
Diffstat (limited to 'src/peaks.h')
-rw-r--r--src/peaks.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/peaks.h b/src/peaks.h
index 163a407c..cfc3d322 100644
--- a/src/peaks.h
+++ b/src/peaks.h
@@ -19,7 +19,8 @@
#include <pthread.h>
-extern void search_peaks(struct image *image, float threshold);
+extern void search_peaks(struct image *image, float threshold,
+ float min_gradient);
extern void dump_peaks(struct image *image, FILE *ofh, pthread_mutex_t *mutex);
extern void output_intensities(struct image *image, UnitCell *cell,