subsurf_profileFromPath

Workspace.subsurf_profileFromPath(self, subsurf_profile: pyarts3.arts.ArrayOfSubsurfacePoint | None = None, subsurf_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:
  • subsurf_profile (ArrayOfSubsurfacePoint, optional) – A profile of subsurface points. Supposed to be ordered from top to bottom. See subsurf_profile, defaults to self.subsurf_profile [OUT]

  • subsurf_field (SubsurfaceField, optional) – The sub-surface field. See subsurf_field, defaults to self.subsurf_field [IN]

  • ray_path (ArrayOfPropagationPathPoint, optional) – A list path points making up a propagation path. See ray_path, defaults to self.ray_path [IN]