spectral_radiance_fieldFromOperatorPath
- Workspace.spectral_radiance_fieldFromOperatorPath(self, spectral_radiance_field: pyarts3.arts.GriddedSpectralField6 | None = None, spectral_radiance_operator: pyarts3.arts.SpectralRadianceOperator | None = None, ray_path_observer_agenda: pyarts3.arts.Agenda | None = None, frequency_grid: pyarts3.arts.AscendingGrid | None = None, zenith_grid: pyarts3.arts.ZenithGrid | None = None, azimuth_grid: pyarts3.arts.AzimuthGrid | 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: Richard Larsson
- Parameters:
spectral_radiance_field (GriddedSpectralField6, optional) – The spectral radiance field. See
spectral_radiance_field, defaults toself.spectral_radiance_field[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) – Gets 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 frequency grid. See
frequency_grid, defaults toself.frequency_grid[IN]zenith_grid (ZenithGrid, optional) – A single zenith angle grid. See
zenith_grid, defaults toself.zenith_grid[IN]azimuth_grid (AzimuthGrid) – The azimuth grid. [IN]