ray_path_atmospheric_pointFromProfile
- Workspace.ray_path_atmospheric_pointFromProfile(self, ray_path_atmospheric_point: pyarts.arts.ArrayOfAtmPoint | None = None, atmospheric_profile: pyarts.arts.ArrayOfAtmPoint | None = None) None
Set
ray_path_atmospheric_point = atmospheric_profile
. Purely compositional.Author(s): Richard Larsson
- Parameters:
ray_path_atmospheric_point (ArrayOfAtmPoint, optional) – Atmospheric points along the propagation path. See
ray_path_atmospheric_point
, defaults toself.ray_path_atmospheric_point
[OUT]atmospheric_profile (ArrayOfAtmPoint, optional) – An atmospheric point in ARTS. See
atmospheric_profile
, defaults toself.atmospheric_profile
[IN]