atm_pointExtract
- Workspace.atm_pointExtract(self, atm_point: AtmPoint = self.atm_point, atm_field: AtmField = self.atm_field, alt: Numeric = self.alt, lat: Numeric = self.lat, lon: Numeric = self.lon) None
Extract an atmospheric point from the atmospheric field.
This is the single-point version of
atm_profileExtract(), which extracts a fullatm_profilealongalt_grid.Author: Richard Larsson
- Parameters:
atm_point (~pyarts3.arts.AtmPoint, optional) – An atmospheric point in ARTS. Defaults to
self.atm_point. [OUT]atm_field (~pyarts3.arts.AtmField, optional) – An atmospheric field in ARTS, this is the main atmospheric data structure in ARTS. Defaults to
self.atm_field. [IN]alt (~pyarts3.arts.Numeric, optional) – A single altitude in the atmosphere. Defaults to
self.alt. [IN]lat (~pyarts3.arts.Numeric, optional) – A single latitude. Defaults to
self.lat. [IN]lon (~pyarts3.arts.Numeric, optional) – A single longitude. Defaults to
self.lon. [IN]