From 3849a9692813ddd850b5e2ce1bec8a32b43b5900 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 4 Dec 2009 14:17:35 +0100 Subject: Add new program: get_hkl, for generating ideal intensity lists --- src/reflections.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/reflections.h (limited to 'src/reflections.h') diff --git a/src/reflections.h b/src/reflections.h new file mode 100644 index 00000000..ac35ae1e --- /dev/null +++ b/src/reflections.h @@ -0,0 +1,29 @@ +/* + * reflections.h + * + * Utilities for handling reflections + * + * (c) 2007-2009 Thomas White + * + * Part of CrystFEL - crystallography with a FEL + * + */ + +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifndef REFLECTIONS_H +#define REFLECTIONS_H + + +#include "cell.h" + + +extern void write_reflections(const char *filename, unsigned int *counts, + double *ref, int zone_axis, UnitCell *cell); + +extern double *ideal_intensities(double complex *sfac); + + +#endif /* REFLECTIONS_H */ -- cgit v1.2.3