aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/peaks.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-01-22 16:03:48 -0800
committerThomas White <taw@physics.org>2012-02-22 15:27:44 +0100
commit77d007d51024787ec6eb06fad022dde275bd33ac (patch)
tree9b3e5e428d37884662ffabcc2262590bd4bbb212 /libcrystfel/src/peaks.h
parenta5ce505f6fa79ab4d11fff5b7ada0b5ca078b15d (diff)
More ReAx improvements
Diffstat (limited to 'libcrystfel/src/peaks.h')
-rw-r--r--libcrystfel/src/peaks.h5
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,