spectral_rad_fieldFromOperatorPlanarGeometric
- Workspace.spectral_rad_fieldFromOperatorPlanarGeometric(self, spectral_rad_field: pyarts3.arts.GriddedSpectralField6 | None = None, spectral_rad_operator: pyarts3.arts.SpectralRadianceOperator | None = None, freq_grid: pyarts3.arts.AscendingGrid | None = None, zen_grid: pyarts3.arts.ZenGrid | None = None, azi_grid: pyarts3.arts.AziGrid | None = None) None
Computes the spectral radiance field assuming planar geometric paths
A planar geometric path is just defined by a 1D atmospheric profile. If the
spectral_rad_operatorcontains more than one latitude and/or longitude point, their altitude profiles are treated independently.Limitations:
The zenith grid is not allowed to contain the value 90 degrees.
Author: Richard Larsson
- Parameters:
spectral_rad_field (GriddedSpectralField6, optional) – The spectral radiance field. See
spectral_rad_field, defaults toself.spectral_rad_field[OUT]spectral_rad_operator (SpectralRadianceOperator, optional) – The spectral radiance operator. See
spectral_rad_operator, defaults toself.spectral_rad_operator[IN]freq_grid (AscendingGrid, optional) – A frequency grid. Unit: Hz. See
freq_grid, defaults toself.freq_grid[IN]zen_grid (ZenGrid, optional) – A single zenith angle grid. See
zen_grid, defaults toself.zen_grid[IN]azi_grid (AziGrid) – The azimuth grid. [IN]