compute_dew_point_magnus

lsst.ts.ess.common.sensor.compute_dew_point_magnus(relative_humidity: float, temperature: float) float

Compute dew point using the Magnus formula.

Parameters:
relative_humidityfloat

Relative humidity (%)

temperaturefloat

Air temperature (C)

Returns:
float

Dew point (C)