y_geo_swathFromY_geo

Workspace.y_geo_swathFromY_geo(self: pyarts.arts._Workspace, y_geo_swath: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Tensor3]] = self.y_geo_swath, y_geo: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Matrix]] = self.y_geo, sensor_response_f_grid: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Vector]] = self.sensor_response_f_grid, npixel: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Index], verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = 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.

The method assumes the same order in y as y_swathFromY().

Author(s): Patrick Eriksson

Parameters:
  • y_geo_swath (Tensor3, optional) – The geo-positioning assigned to each pixel of y_swath. See y_geo_swath, defaults to self.y_geo_swath [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]

  • npixel (Index) – Number of pixels per swath. [IN]

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