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: