spectral_flux_profileFromSpectralRadianceField
- Workspace.spectral_flux_profileFromSpectralRadianceField(self, spectral_flux_profile: pyarts.arts.Matrix | None = None, spectral_radiance_field: pyarts.arts.StokvecGriddedField6 | None = None, pol: pyarts.arts.Stokvec | None = None) None
Computes the spectral flux. The input field must be a profile.
Author(s): Richard Larsson
- Parameters:
spectral_flux_profile (Matrix, optional) – An altitude profile of spectral flux. See
spectral_flux_profile
, defaults toself.spectral_flux_profile
[OUT]spectral_radiance_field (StokvecGriddedField6, optional) – The spectral radiance field. See
spectral_radiance_field
, defaults toself.spectral_radiance_field
[IN]pol (Stokvec, optional) – Polarization vector for the spectral flux profile. Defaults to
1 0 0 0
[IN]