pyradtran.channels

pyradtran.channels#

Instrument-channel convolution and brightness temperature.

Convolve spectral pyRadtran results with instrument spectral response functions (SRFs) and convert thermal radiances to brightness temperatures.

Examples

>>> channel_ds = convolve_channels(result_ds, srf)
>>> tb = brightness_temperature(channel_ds["uu"], 10500.0)

See also

pyradtran.interface.PyRadtranAccessor.run

channels= integration.

brightness_temperature(radiance, wavelength_nm)

Convert monochromatic radiance to brightness temperature (K).

convolve_channels(result, srf[, keep_spectral])

SRF-average all spectral variables onto a channel dimension.