eradiate.scenes.atmosphere.eval_transmittance_mono¶
- eradiate.scenes.atmosphere.eval_transmittance_mono(atmosphere, spectral_grid, interaction='extinction')[source]¶
Compute the total column transmittance of an atmosphere instance in monochromatic mode.
- Parameters:
atmosphere (
AbstractHeterogeneousAtmosphere) – 1D atmosphere for which transmittance is evaluated.spectral_grid (
MonoSpectralGrid) – The spectral grid on which transmittance is evaluated.interaction (
{"extinction", "absorption", "scattering"}, optional, default:"extinction") – The interaction type for which transmittance is evaluated.
- Returns:
transmittance (
DataArray)