From acbc6aec2f192189659975503717a8ac3d1226f0 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 5 Sep 2014 13:36:08 +0200 Subject: Update docs --- libcrystfel/src/image.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libcrystfel/src/image.h') 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, -- cgit v1.2.3