ray_path_observer_agendaExecute
- Workspace.ray_path_observer_agendaExecute(self, ray_path: pyarts3.arts.ArrayOfPropagationPathPoint | None = None, obs_pos: pyarts3.arts.Vector3 | None = None, obs_los: pyarts3.arts.Vector2 | None = None, ray_path_observer_agenda: pyarts3.arts.Agenda | None = None) pyarts3.arts.CxxWorkspace
Executes
ray_path_observer_agenda, see it for more detailsAuthor:
Automatically Generated- Parameters:
ray_path (ArrayOfPropagationPathPoint, optional) – A list path points making up a propagation path. See
ray_path, defaults toself.ray_path[OUT]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]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]
- Returns:
opt – The internal workspace, cleaned from all input/output.
- Return type: