spectral_radiance_fieldFromOperatorPath
- Workspace.spectral_radiance_fieldFromOperatorPath(self, spectral_radiance_field: pyarts.arts.StokvecGriddedField6 | None = None, spectral_radiance_operator: pyarts.arts.SpectralRadianceOperator | None = None, ray_path_observer_agenda: pyarts.arts.Agenda | None = None, frequency_grid: pyarts.arts.AscendingGrid | None = None, zenith_grid: pyarts.arts.AscendingGrid | None = None, azimuth_grid: pyarts.arts.AscendingGrid | None = None) None
Computes the spectral radiance field using
ray_path_observer_agenda
.Each point is in computed individually, so there will be zenith x azimuth x altitude x latitude x longitude x frequency number of calculations. The positional arguments are taken from
spectral_radiance_operator
.If the code is not already in parallel operation mode when this method is called, the first 5 dimensions are computed in parallel.
Author(s): Richard Larsson
- Parameters:
spectral_radiance_field (StokvecGriddedField6) – The spectral radiance field. Defaults to create and/or use
self.spectral_radiance_field
:StokvecGriddedField6
. [OUT]spectral_radiance_operator (SpectralRadianceOperator, optional) – The spectral radiance operator. See
spectral_radiance_operator
, defaults toself.spectral_radiance_operator
[IN]ray_path_observer_agenda (Agenda, optional) – Get the propagation path as it is obeserved. See
ray_path_observer_agenda
, defaults toself.ray_path_observer_agenda
[IN]frequency_grid (AscendingGrid, optional) – A single path point’s frequency grid. See
frequency_grid
, defaults toself.frequency_grid
[IN]zenith_grid (AscendingGrid) – The zenith grid. [IN]
azimuth_grid (AscendingGrid) – The azimuth grid. [IN]