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_serieswith data fromy_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
yasy_swathFromY().Author(s): Patrick Eriksson
- Parameters:
y_geo_swath (Tensor3, optional) – The geo-positioning assigned to each pixel of
y_swath. Seey_geo_swath, defaults toself.y_geo_swath[OUT]y_geo (Matrix, optional) – The geo-position assigned to each element of
y. Seey_geo, defaults toself.y_geo[IN]sensor_response_f_grid (Vector, optional) – The frequency grid associated with
sensor_response. Seesensor_response_f_grid, defaults toself.sensor_response_f_grid[IN]npixel (Index) – Number of pixels per swath. [IN]
verbosity (Verbosity) – ARTS verbosity. See
verbosity, defaults toself.verbosity[IN]