diff options
Diffstat (limited to 'libcrystfel/src/peaks.h')
-rw-r--r-- | libcrystfel/src/peaks.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libcrystfel/src/peaks.h b/libcrystfel/src/peaks.h index d52c75e4..ffeb896b 100644 --- a/libcrystfel/src/peaks.h +++ b/libcrystfel/src/peaks.h @@ -28,7 +28,10 @@ extern void integrate_reflections(struct image *image, int polar, int use_closer, int bgsub, double min_snr); -extern int peak_sanity_check(struct image * image); +extern double peak_lattice_agreement(struct image *image, UnitCell *cell, + double *pst); + +extern int peak_sanity_check(struct image *image); /* Exported so it can be poked by integration_check */ extern int integrate_peak(struct image *image, int cfs, int css, |