ray_path_pointForeground
- Workspace.ray_path_pointForeground(self, ray_path_point: pyarts3.arts.PropagationPathPoint | None = None, ray_path: pyarts3.arts.ArrayOfPropagationPathPoint | None = None) None
Sets
ray_path_pointto the expected foreground point ofray_pathAuthor: Richard Larsson
Used by wrapper method
- Parameters:
ray_path_point (PropagationPathPoint, optional) – A single path point. See
ray_path_point, defaults toself.ray_path_point[OUT]ray_path (ArrayOfPropagationPathPoint, optional) – A list path points making up a propagation path. See
ray_path, defaults toself.ray_path[IN]