aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r--libcrystfel/src/image.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index f19a7427..69edb768 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -48,6 +48,15 @@ struct image;
#include "crystal.h"
#include "index.h"
+/**
+ * SpectrumType:
+ * @SPECTRUM_TOPHAT: A top hat distribution of wavelengths
+ * @SPECTRUM_SASE: A simulated SASE spectrum
+ * @SPECTRUM_TWOCOLOUR: A spectrum containing two peaks
+ *
+ * A %SpectrumType represents a type of X-ray energy spectrum to use for
+ * generating simulated data.
+ **/
typedef enum {
SPECTRUM_TOPHAT,
SPECTRUM_SASE,