aboutsummaryrefslogtreecommitdiff
path: root/src/intensities.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2009-11-30 14:13:49 +0100
committerThomas White <taw@physics.org>2009-11-30 14:13:49 +0100
commitf69a0db1ab73f30ba142625a4f2e38f750481ec2 (patch)
treeaa99f26b66cd770f7990760052ac5f026d9386c5 /src/intensities.h
parent1a834921b35aa5aeb76826da6a3cbf4f8796a034 (diff)
Add intensity output
Diffstat (limited to 'src/intensities.h')
-rw-r--r--src/intensities.h23
1 files changed, 23 insertions, 0 deletions
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 <thomas.white@desy.de>
+ *
+ * pattern_sim - Simulate diffraction patterns from small crystals
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#ifndef INTENSITIES_H
+#define INTENSITIES_H
+
+#include "image.h"
+
+extern void output_intensities(struct image *image);
+
+#endif /* INTENSITIES_H */