diff options
Diffstat (limited to 'src/peaks.h')
-rw-r--r-- | src/peaks.h | 3 |
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, |