ray_pathAddGeometricAltitudeGridCrossings
- Workspace.ray_pathAddGeometricAltitudeGridCrossings(self, ray_path: pyarts3.arts.ArrayOfPropagationPathPoint | None = None, alt_grid: pyarts3.arts.AscendingGrid | None = None, surf_field: pyarts3.arts.SurfaceField | None = None) None
Fill the path with with points that crosses the
alt_gridAlso checks that only crossings of the
alt_gridare inray_pathupon exit.The intent is to use this only with methods that work on altitude profiles.
Author: Richard Larsson
- Parameters:
ray_path (ArrayOfPropagationPathPoint, optional) – A list path points making up a propagation path. See
ray_path, defaults toself.ray_path[INOUT]alt_grid (AscendingGrid, optional) – An ascending list of
alt. Often related to a field or a profile. Seealt_grid, defaults toself.alt_grid[IN]surf_field (SurfaceField, optional) – The surface field. See
surf_field, defaults toself.surf_field[IN]