ray_path_suns_pathFromPathObserver
- Workspace.ray_path_suns_pathFromPathObserver(self, ray_path_suns_path: pyarts.arts.ArrayOfArrayOfArrayOfPropagationPathPoint | None = None, surface_field: pyarts.arts.SurfaceField | None = None, ray_path_observer_agenda: pyarts.arts.Agenda | None = None, ray_path: pyarts.arts.ArrayOfPropagationPathPoint | None = None, suns: pyarts.arts.ArrayOfSun | None = None, angle_cut: pyarts.arts.Numeric | None = None, refinement: pyarts.arts.Index | None = None, just_hit: pyarts.arts.Index | None = None) None
Wraps
sun_pathFromObserverAgenda()
for all paths to all suns.Author(s): Richard Larsson
- Parameters:
ray_path_suns_path (ArrayOfArrayOfArrayOfPropagationPathPoint, optional) – A list of paths to the suns from the ray path. See
ray_path_suns_path
, defaults toself.ray_path_suns_path
[OUT]surface_field (SurfaceField, optional) – The surface field describes the surface properties. See
surface_field
, defaults toself.surface_field
[IN]ray_path_observer_agenda (Agenda, optional) – Get the propagation path as it is obeserved. See
ray_path_observer_agenda
, defaults toself.ray_path_observer_agenda
[IN]ray_path (ArrayOfPropagationPathPoint, optional) – A list path points making up a propagation path. See
ray_path
, defaults toself.ray_path
[IN]suns (ArrayOfSun, optional) – A list of
Sun
. Seesuns
, defaults toself.suns
[IN]angle_cut (Numeric, optional) – The angle delta-cutoff in the iterative solver [0.0, …]. Defaults to
0
[IN]refinement (Index, optional) – The refinement of the search algorithm (twice the power of this is the resultion). Defaults to
1
[IN]just_hit (Index, optional) – Whether or not it is enough to just hit the sun or if better accuracy is needed. Defaults to
0
[IN]