ray_path_atmospheric_pointExtendInPressure

Workspace.ray_path_atmospheric_pointExtendInPressure(self, ray_path_atmospheric_point: pyarts.arts.ArrayOfAtmPoint | None = None, extended_max_pressure: pyarts.arts.Numeric | None = None, extended_min_pressure: pyarts.arts.Numeric | None = None, extrapolation_option: pyarts.arts.String | None = None) None

Gets the atmospheric points along the path.

Author(s): Richard Larsson

Parameters:
  • ray_path_atmospheric_point (ArrayOfAtmPoint, optional) – Atmospheric points along the propagation path. See ray_path_atmospheric_point, defaults to self.ray_path_atmospheric_point [INOUT]

  • extended_max_pressure (Numeric, optional) – Maximum pressure to extend to. Defaults to nan [IN]

  • extended_min_pressure (Numeric, optional) – Minimum pressure to extend to. Defaults to nan [IN]

  • extrapolation_option (String, optional) – Extrapolation option. Defaults to "Nearest" [IN]