y_geo_seriesFromY_geo

Workspace.y_geo_seriesFromY_geo(self: pyarts.arts._Workspace, y_geo_series: pyarts.arts.WorkspaceVariable | pyarts.arts.Matrix | None = self.y_geo_series, y_geo: pyarts.arts.WorkspaceVariable | pyarts.arts.Matrix | None = self.y_geo, sensor_response_f_grid: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.sensor_response_f_grid, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None

Fills y_geo_series with data from y_geo.

The geo-position is taken from the first channel. There is no check that the other channels have identical data in y_geo.

Author(s): Patrick Eriksson

Parameters:
  • y_geo_series (Matrix, optional) – The geo-positioning assigned to each row of y_series. See y_geo_series, defaults to self.y_geo_series [OUT]

  • y_geo (Matrix, optional) – The geo-position assigned to each element of y. See y_geo, defaults to self.y_geo [IN]

  • sensor_response_f_grid (Vector, optional) – The frequency grid associated with sensor_response. See sensor_response_f_grid, defaults to self.sensor_response_f_grid [IN]

  • verbosity (Verbosity) – ARTS verbosity. See verbosity, defaults to self.verbosity [IN]