diff options
author | Thomas White <taw@physics.org> | 2013-01-30 11:39:37 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-01-30 11:39:37 +0100 |
commit | f508536ce4eb39d53781de662f72e4428d68b1bf (patch) | |
tree | bb474cfbb392d58b36a9455e3265dff5d9d62913 /libcrystfel/src/peaks.h | |
parent | 303a4c9e6cdf72dc0164b015a833a2d34cbbba02 (diff) |
Peak integration changes
Diffstat (limited to 'libcrystfel/src/peaks.h')
-rw-r--r-- | libcrystfel/src/peaks.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libcrystfel/src/peaks.h b/libcrystfel/src/peaks.h index 3fae13fb..faee54f6 100644 --- a/libcrystfel/src/peaks.h +++ b/libcrystfel/src/peaks.h @@ -47,9 +47,6 @@ extern void integrate_reflections(struct image *image, double ir_inn, double ir_mid, double ir_out, int integrate_saturated); -extern double peak_lattice_agreement(struct image *image, UnitCell *cell, - double *pst); - extern int peak_sanity_check(struct image *image); extern void estimate_resolution(RefList *list, UnitCell *cell, |