aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/spectrum.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-07-30 14:08:24 +0200
committerThomas White <taw@physics.org>2019-07-30 14:56:25 +0200
commit799fdb308d5ca562793ca24fd11c364076f98685 (patch)
tree40003d1ba0382df256e28596e8920ad3860dec22 /libcrystfel/src/spectrum.h
parent82719e4d6fec3c28bcdc310ba382e12aa4f041d4 (diff)
Spectrum: Define Gaussian using area, not height
Diffstat (limited to 'libcrystfel/src/spectrum.h')
-rw-r--r--libcrystfel/src/spectrum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/spectrum.h b/libcrystfel/src/spectrum.h
index 8298a4cd..21f1e087 100644
--- a/libcrystfel/src/spectrum.h
+++ b/libcrystfel/src/spectrum.h
@@ -54,7 +54,7 @@ struct gaussian
{
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) */
+ double area; /**< Area under Gaussian (fraction of radiation) */
};