pyrtlib.utils.to_kelvin#
- pyrtlib.utils.to_kelvin(t: ndarray) ndarray #
Convert T from Celsius to Kelvin
- Parameters:
t (numpy.ndarray) – Temperature (°C)
- Returns:
Temperature (K)
- Return type:
Examples using pyrtlib.utils.to_kelvin
#
Performing Upwelling Brightness Temperature calculation using IGRA2 Upper Air Observations (with Extrapolation).
Performing Upwelling Brightness Temperature calculation using Wyoming Upper Air Observations.
Performing Upwelling Brightness Temperature calculation using Wyoming Upper Air Observations.