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
23 24 25 26 27 28 29 30 31 |
|
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
Source code in tfs/utils.py
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
|