finesse.thermal.ring_heater.thermal_lens¶
- finesse.thermal.ring_heater.thermal_lens(r, a, b, c, h, material, T_ext=293.15, m_max=10, root_accuracy=1e-12)¶
 Computes the substrate thermal lens per Watt absorbed ring heater power.
- Parameters:
 - rarray_like
 Radial vector [m]
- afloat
 Mirror radius [m]
- bfloat
 Ring heater lower boundary relative to center [m]
- cfloat
 Ring heater upper boundary relative to center [m]
- hfloat
 Mirror thickness [m]
- materialMaterial
 Mirror substrate material, see
finesse.material- T_extfloat, optional
 External temperature surrounding mirror
- m_maxint, optional
 Number of zeros to find, i.e. analytic order
- root_accuracy: float, optional
 Accuracy of root finding
- Returns:
 - Z_rh_per_Warray_like
 1D radial vector of optical path difference from propagating through substrate.
Notes
Typo for A_m terms in manuscript, sin terms are functions of u_m, not v_m. See [28].