ray_path_atmospheric_pointFromProfile
- Workspace.ray_path_atmospheric_pointFromProfile(self, ray_path_atmospheric_point: pyarts3.arts.ArrayOfAtmPoint | None = None, atmospheric_profile: pyarts3.arts.ArrayOfAtmPoint | None = None) None
Set
ray_path_atmospheric_point = atmospheric_profile
.This is purely compositional and it is better to use pure python code if need this functionality in your own control-flow.
Author: 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 profile in ARTS. See
atmospheric_profile
, defaults toself.atmospheric_profile
[IN]