diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-01-22 16:03:48 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:44 +0100 |
commit | 77d007d51024787ec6eb06fad022dde275bd33ac (patch) | |
tree | 9b3e5e428d37884662ffabcc2262590bd4bbb212 /libcrystfel/src/peaks.h | |
parent | a5ce505f6fa79ab4d11fff5b7ada0b5ca078b15d (diff) |
More ReAx improvements
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, |