From 1c68a9455e3ccbbb37a9e74914371f82a4ac588d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 24 Aug 2010 18:31:44 +0200 Subject: Add missing geometry.{c,h} --- src/geometry.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/geometry.h (limited to 'src/geometry.h') diff --git a/src/geometry.h b/src/geometry.h new file mode 100644 index 00000000..a1e73127 --- /dev/null +++ b/src/geometry.h @@ -0,0 +1,27 @@ +/* + * geometry.h + * + * Geometry of diffraction + * + * (c) 2006-2010 Thomas White + * + * Part of CrystFEL - crystallography with a FEL + * + */ + +#ifndef GEOMETRY_H +#define GEOMETRY_H + + +#ifdef HAVE_CONFIG_H +#include +#endif + +extern struct reflhit *find_intersections(struct image *image, UnitCell *cell, + double divergence, double bandwidth, + int *n, int output); + +extern double integrate_all(struct image *image, struct reflhit *hits, int n); + + +#endif /* GEOMETRY_H */ -- cgit v1.2.3