subsurface_profileFromPath
- Workspace.subsurface_profileFromPath(self, subsurface_profile: pyarts3.arts.ArrayOfSubsurfacePoint | None = None, subsurface_field: pyarts3.arts.SubsurfaceField | None = None, ray_path: pyarts3.arts.ArrayOfPropagationPathPoint | None = None) None
Extract a subsurface profile from a ray path.
Author: Richard Larsson
- Parameters:
subsurface_profile (ArrayOfSubsurfacePoint, optional) – A profile of subsurface points. Supposed to be ordered from top to bottom. See
subsurface_profile
, defaults toself.subsurface_profile
[OUT]subsurface_field (SubsurfaceField, optional) – The sub-surface field. See
subsurface_field
, defaults toself.subsurface_field
[IN]ray_path (ArrayOfPropagationPathPoint, optional) – A list path points making up a propagation path. See
ray_path
, defaults toself.ray_path
[IN]