aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/peaks.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-08-28 04:29:43 -0700
committerThomas White <taw@physics.org>2012-02-22 15:27:42 +0100
commit2318ae07fa5baaead4c1bc55bc4e63694c1942dc (patch)
tree85a7397ad3f58e4d2d58a91eac0e5cc682e02282 /libcrystfel/src/peaks.h
parent0f7fc1d4d2e8022a1166e17ccd694f1d1b855d67 (diff)
Hooks for estimation of maximum resolution for each image
Diffstat (limited to 'libcrystfel/src/peaks.h')
-rw-r--r--libcrystfel/src/peaks.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcrystfel/src/peaks.h b/libcrystfel/src/peaks.h
index 9d475ea9..88dab26d 100644
--- a/libcrystfel/src/peaks.h
+++ b/libcrystfel/src/peaks.h
@@ -35,4 +35,7 @@ extern int integrate_peak(struct image *image, int cfs, int css,
double *pbg, double *pmax, double *sigma,
int do_polar, int centroid, int bgsub);
+extern void estimate_resolution(RefList *list, UnitCell *cell,
+ double *min, double *max);
+
#endif /* PEAKS_H */