atmospheric_profileExtract

Workspace.atmospheric_profileExtract(self, atmospheric_profile: pyarts.arts.ArrayOfAtmPoint | None = None, atmospheric_field: pyarts.arts.AtmField | None = None, altitude_grid: pyarts.arts.AscendingGrid | None = None, latitude: pyarts.arts.Numeric | None = None, longitude: pyarts.arts.Numeric | None = None) None

Extract an atmospheric profile.

Author(s): Richard Larsson

Parameters:
  • atmospheric_profile (ArrayOfAtmPoint, optional) – An atmospheric point in ARTS. See atmospheric_profile, defaults to self.atmospheric_profile [OUT]

  • atmospheric_field (AtmField, optional) – An atmospheric field in ARTS. See atmospheric_field, defaults to self.atmospheric_field [IN]

  • altitude_grid (AscendingGrid, optional) – An ascending list of altitude. Often related to a field or a profile. See altitude_grid, defaults to self.altitude_grid [IN]

  • latitude (Numeric, optional) – A single latitude. See latitude, defaults to self.latitude [IN]

  • longitude (Numeric, optional) – A single longitude. See longitude, defaults to self.longitude [IN]