From f69a0db1ab73f30ba142625a4f2e38f750481ec2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 30 Nov 2009 14:13:49 +0100 Subject: Add intensity output --- src/intensities.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/intensities.h (limited to 'src/intensities.h') diff --git a/src/intensities.h b/src/intensities.h new file mode 100644 index 00000000..1a788f53 --- /dev/null +++ b/src/intensities.h @@ -0,0 +1,23 @@ +/* + * intensities.h + * + * Extract intensities from patterns + * + * (c) 2007-2009 Thomas White + * + * pattern_sim - Simulate diffraction patterns from small crystals + * + */ + +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifndef INTENSITIES_H +#define INTENSITIES_H + +#include "image.h" + +extern void output_intensities(struct image *image); + +#endif /* INTENSITIES_H */ -- cgit v1.2.3