spectral_radiance_backgroundAgendasAtEndOfPath
- Workspace.spectral_radiance_backgroundAgendasAtEndOfPath(self, spectral_radiance_background: pyarts.arts.StokvecVector | None = None, spectral_radiance_background_jacobian: pyarts.arts.StokvecMatrix | None = None, frequency_grid: pyarts.arts.AscendingGrid | None = None, jacobian_targets: pyarts.arts.JacobianTargets | None = None, ray_path_point: pyarts.arts.PropagationPathPoint | None = None, surface_field: pyarts.arts.SurfaceField | None = None, spectral_radiance_space_agenda: pyarts.arts.Agenda | None = None, spectral_radiance_surface_agenda: pyarts.arts.Agenda | None = None) None
Computes the background radiation.
Author(s): Richard Larsson
- Parameters:
spectral_radiance_background (StokvecVector, optional) – Spectral radiance from the background. See
spectral_radiance_background
, defaults toself.spectral_radiance_background
[OUT]spectral_radiance_background_jacobian (StokvecMatrix, optional) – Spectral radiance derivative from the background. See
spectral_radiance_background_jacobian
, defaults toself.spectral_radiance_background_jacobian
[OUT]frequency_grid (AscendingGrid, optional) – A single path point’s frequency grid. See
frequency_grid
, defaults toself.frequency_grid
[IN]jacobian_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See
jacobian_targets
, defaults toself.jacobian_targets
[IN]ray_path_point (PropagationPathPoint, optional) – A single path point. See
ray_path_point
, defaults toself.ray_path_point
[IN]surface_field (SurfaceField, optional) – The surface field describes the surface properties. See
surface_field
, defaults toself.surface_field
[IN]spectral_radiance_space_agenda (Agenda, optional) – Spectral radiance as seen of space. See
spectral_radiance_space_agenda
, defaults toself.spectral_radiance_space_agenda
[IN]spectral_radiance_surface_agenda (Agenda, optional) – Spectral radiance as seen of the surface. See
spectral_radiance_surface_agenda
, defaults toself.spectral_radiance_surface_agenda
[IN]