Utils
focal_length(radius, energy, N=1)
Calculate focal length using the pcds version of the focal length calculator
Source code in tfs/utils.py
focal_length_old(radius, energy, N=1)
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