spectral_rad_observer_agendaExecute
- Workspace.spectral_rad_observer_agendaExecute(self, spectral_rad: pyarts3.arts.StokvecVector | None = None, spectral_rad_jac: pyarts3.arts.StokvecMatrix | None = None, ray_path: pyarts3.arts.ArrayOfPropagationPathPoint | None = None, freq_grid: pyarts3.arts.AscendingGrid | None = None, jac_targets: pyarts3.arts.JacobianTargets | None = None, obs_pos: pyarts3.arts.Vector3 | None = None, obs_los: pyarts3.arts.Vector2 | None = None, atm_field: pyarts3.arts.AtmField | None = None, surf_field: pyarts3.arts.SurfaceField | None = None, subsurf_field: pyarts3.arts.SubsurfaceField | None = None, spectral_rad_observer_agenda: pyarts3.arts.Agenda | None = None) pyarts3.arts.CxxWorkspace
Executes
spectral_rad_observer_agenda, see it for more detailsAuthor:
Automatically Generated- Parameters:
spectral_rad (StokvecVector, optional) – A spectral radiance vector. See
spectral_rad, defaults toself.spectral_rad[OUT]spectral_rad_jac (StokvecMatrix, optional) – Jacobian of
spectral_radwith respect tojac_targets. Seespectral_rad_jac, defaults toself.spectral_rad_jac[OUT]ray_path (ArrayOfPropagationPathPoint, optional) – A list path points making up a propagation path. See
ray_path, defaults toself.ray_path[OUT]freq_grid (AscendingGrid, optional) – A frequency grid. Unit: Hz. See
freq_grid, defaults toself.freq_grid[IN]jac_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See
jac_targets, defaults toself.jac_targets[IN]obs_pos (Vector3, optional) – The position of an observer of spectral radiance. See
obs_pos, defaults toself.obs_pos[IN]obs_los (Vector2, optional) – The line-of-sight of the observer of spectral radiance. See
obs_los, defaults toself.obs_los[IN]atm_field (AtmField, optional) – An atmospheric field in ARTS. See
atm_field, defaults toself.atm_field[IN]surf_field (SurfaceField, optional) – The surface field. See
surf_field, defaults toself.surf_field[IN]subsurf_field (SubsurfaceField, optional) – The sub-surface field. See
subsurf_field, defaults toself.subsurf_field[IN]spectral_rad_observer_agenda (Agenda, optional) – Computes spectral radiance as seen from the input position and environment. See
spectral_rad_observer_agenda, defaults toself.spectral_rad_observer_agenda[IN]
- Returns:
opt – The internal workspace, cleaned from all input/output.
- Return type: