diff options
author | Thomas White <taw@physics.org> | 2010-09-10 16:44:49 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:57 +0100 |
commit | f5276f34b53e558b3a72eb6d13c2ff3c41d674d1 (patch) | |
tree | 7be04658e987df52796a95b935f1ff41ff7d21f3 /src/peaks.h | |
parent | 64b735e37f7b7afa01ec7fa49ab765505c5cbd07 (diff) |
indexamajig: Add --no-closer-peak option
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 c5d1fb57..68e104a9 100644 --- a/src/peaks.h +++ b/src/peaks.h @@ -22,7 +22,8 @@ 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); + pthread_mutex_t *mutex, int polar, int sa, + int use_closer); extern int peak_sanity_check(struct image *image, UnitCell *cell); extern int find_projected_peaks(struct image *image, UnitCell *cell); extern int integrate_peak(struct image *image, int xp, int yp, |