Utils
utils
Attributes
MFX_prefocus_energy_range
module-attribute
MFX_prefocus_energy_range = {(0, 5000): (None, None), (5000, 10000): (2, 750), (10000, 12000): (1, 428), (12000, 22000): (0, 333)}
Functions
estimate_beam_fwhm
Source code in tfs/utils.py
focal_length
Calculate focal length using the pcds version of the focal length calculator
Source code in tfs/utils.py
focal_length_old
Calculate the focal length of a Beryllium lens Ref: HR Beguiristain et al. OPTICS LETTERS, Vol. 27, No. 9 (2002)
Probably want to use pcdscalc instead eventually