diff options
Diffstat (limited to 'libcrystfel/src/spectrum.h')
-rw-r--r-- | libcrystfel/src/spectrum.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libcrystfel/src/spectrum.h b/libcrystfel/src/spectrum.h index 2bcd0322..b3786c53 100644 --- a/libcrystfel/src/spectrum.h +++ b/libcrystfel/src/spectrum.h @@ -51,9 +51,9 @@ typedef struct _spectrum Spectrum; */ struct gaussian { - double kcen; - double sigma; - double height; + double kcen; /**< k value at centre of Gaussian (in 1/m) */ + double sigma; /**< Standard deviation of Gaussian (in 1/m) */ + double height; /**< Height of Gaussian (arbitrary units) */ }; |