atm_pathFromProfile

Workspace.atm_pathFromProfile(self, atm_path: pyarts3.arts.ArrayOfAtmPoint | None = None, atm_profile: pyarts3.arts.ArrayOfAtmPoint | None = None) None

Set atm_path = atm_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:
  • atm_path (ArrayOfAtmPoint, optional) – Atmospheric points along the propagation path. See atm_path, defaults to self.atm_path [OUT]

  • atm_profile (ArrayOfAtmPoint, optional) – An atmospheric profile in ARTS. See atm_profile, defaults to self.atm_profile [IN]