aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorChun Hong Yoon <chun.hong.yoon@desy.de>2014-01-27 14:02:34 +0100
committerThomas White <taw@physics.org>2014-01-28 15:45:42 +0100
commit6ee21aaa02a5c11bd1269bff0bc7d23b0d402c1e (patch)
treeae9fcc8a362bacedda7d3fbd185ff427836cca1d /libcrystfel
parent07f1ba5269db94d44278596d827ac26845914b90 (diff)
Add two colour spectrum
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/image.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index 0c189cad..6b49ad91 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -46,7 +46,8 @@
typedef enum {
SPECTRUM_TOPHAT,
- SPECTRUM_SASE
+ SPECTRUM_SASE,
+ SPECTRUM_TWOCOLOUR
} SpectrumType;
/* Structure describing a feature in an image */