aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-09-07 11:13:09 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:56 +0100
commitfbb24f228ef9a59db897829d08396872f6435131 (patch)
treea22b9487d843cf1c06bfac639bcbb5affcaaadb4 /src/peaks.h
parent58149b59cd8d1ec119b4c99a9923c52be982ab75 (diff)
indexamajig: Get peak threshold on command line
Diffstat (limited to 'src/peaks.h')
-rw-r--r--src/peaks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peaks.h b/src/peaks.h
index f262a54e..c5d1fb57 100644
--- a/src/peaks.h
+++ b/src/peaks.h
@@ -19,7 +19,7 @@
#include <pthread.h>
-extern void search_peaks(struct image *image);
+extern void search_peaks(struct image *image, float threshold);
extern void dump_peaks(struct image *image, pthread_mutex_t *mutex);
extern void output_intensities(struct image *image, UnitCell *cell,
pthread_mutex_t *mutex, int polar, int sa);