aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-02-23 11:07:05 +0100
committerThomas White <taw@physics.org>2018-02-27 17:12:42 +0100
commit5f38711da1045c847dfdc078056fa01fbecfef2d (patch)
tree9bec19451ae94dbe06db75fd089023d8c06b3cce /libcrystfel/src/image.h
parentb41cd6a348a4f954f3d96dc85c1799b088684a6b (diff)
Update comment to clarify interpretation of bandwidth
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r--libcrystfel/src/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index 99c3d57e..9769c66a 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -216,7 +216,7 @@ struct image {
/* Per-shot radiation values */
double lambda; /* Wavelength in m */
double div; /* Divergence in radians */
- double bw; /* Bandwidth as a fraction */
+ double bw; /* FWHM bandwidth as a fraction */
/* Detected peaks */
long long num_peaks;