Function mlx9064x::calculations::sensitivity_correction_coefficient[][src]

pub fn sensitivity_correction_coefficient<'a, Clb>(
    calibration: &'a Clb,
    t_a: f32
) -> f32 where
    Clb: CalibrationData<'a>, 
Expand description

Calculate the sensitivity correction coefficient

The sensitivity correction coefficient isn’t explicitly named in the datasheet, but it’s a common factor used when calculating $T_o$. In section 11.2.2.8 of the datasheet, $1 + K_{S_{T_a}} * (T_a - T_{a_0})$ is common to all pixel sensitivity calculation, so calculating it once is done to improve performance.