pyrtlib.utils.to_celsius#
- pyrtlib.utils.to_celsius(t: ndarray) ndarray #
Convert T from Kelvin to Celsius
- Parameters:
t (numpy.ndarray) – Temperature (K)
- Returns:
Temperature (°C)
- Return type:
Convert T from Kelvin to Celsius
t (numpy.ndarray) – Temperature (K)
Temperature (°C)