aboutsummaryrefslogtreecommitdiff
path: root/src/reflections.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reflections.h')
-rw-r--r--src/reflections.h29
1 files changed, 29 insertions, 0 deletions
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 <thomas.white@desy.de>
+ *
+ * Part of CrystFEL - crystallography with a FEL
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#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 */