spectral_rad_fieldFromOperatorPath
- Workspace.spectral_rad_fieldFromOperatorPath(self, spectral_rad_field: pyarts3.arts.GriddedSpectralField6 | None = None, spectral_rad_operator: pyarts3.arts.SpectralRadianceOperator | None = None, ray_path_observer_agenda: pyarts3.arts.Agenda | 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 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_rad_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: 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]ray_path_observer_agenda (Agenda, optional) – Gets the propagation path as it is obeserved. See
ray_path_observer_agenda, defaults toself.ray_path_observer_agenda[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]