diff options
author | Thomas White <taw@physics.org> | 2018-02-23 11:07:05 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-02-27 17:12:42 +0100 |
commit | 5f38711da1045c847dfdc078056fa01fbecfef2d (patch) | |
tree | 9bec19451ae94dbe06db75fd089023d8c06b3cce | |
parent | b41cd6a348a4f954f3d96dc85c1799b088684a6b (diff) |
Update comment to clarify interpretation of bandwidth
-rw-r--r-- | libcrystfel/src/image.h | 2 |
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; |