ray_pathGeometricDownlooking
- Workspace.ray_pathGeometricDownlooking(self, ray_path: pyarts3.arts.ArrayOfPropagationPathPoint | None = None, atmospheric_field: pyarts3.arts.AtmField | None = None, surface_field: pyarts3.arts.SurfaceField | None = None, latitude: pyarts3.arts.Numeric | None = None, longitude: pyarts3.arts.Numeric | None = None, max_stepsize: pyarts3.arts.Numeric | None = None) None
Wraps
ray_pathGeometric()for straight downlooking paths from the top-of-the-atmosphere altitudeAuthor: Richard Larsson
Used by wrapper methods
- Parameters:
ray_path (ArrayOfPropagationPathPoint, optional) – A list path points making up a propagation path. See
ray_path, defaults toself.ray_path[OUT]atmospheric_field (AtmField, optional) – An atmospheric field in ARTS. See
atmospheric_field, defaults toself.atmospheric_field[IN]surface_field (SurfaceField, optional) – The surface field. See
surface_field, defaults toself.surface_field[IN]latitude (Numeric, optional) – A single latitude. See
latitude, defaults toself.latitude[IN]longitude (Numeric, optional) – A single longitude. See
longitude, defaults toself.longitude[IN]max_stepsize (Numeric, optional) – A control parameter for stepping through layers in ray tracing. See
max_stepsize, defaults toself.max_stepsize[IN]