From 5f38711da1045c847dfdc078056fa01fbecfef2d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 23 Feb 2018 11:07:05 +0100 Subject: Update comment to clarify interpretation of bandwidth --- libcrystfel/src/image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrystfel') 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; -- cgit v1.2.3