aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-09-24 16:41:59 +0200
committerThomas White <taw@physics.org>2014-09-24 16:41:59 +0200
commitf92b47bcd85ff06c386119153270b22d532c897c (patch)
treece7269ae5ca02b86a798b30bdb7df0a99787a221 /libcrystfel/src/image.h
parente3bb47c737988d277aebc240e517ae52819ad895 (diff)
Remove bandwidth, divergence and profile radius from struct beam_params
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r--libcrystfel/src/image.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index bc78147e..6589ac1a 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -104,10 +104,6 @@ struct beam_params
char *photon_energy_from; /* HDF5 dataset name */
double photon_energy_scale; /* Scale factor for photon energy, if the
* energy is to be from the HDF5 file */
- double bandwidth; /* FWHM(wavelength) over wavelength. */
- double divergence; /* divergence (radians) */
-
- double profile_radius; /* Reciprocal space size of a reflection */
};