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_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.Author(s): Patrick Eriksson
- Parameters:
y_geo_series (Matrix, optional) – The geo-positioning assigned to each row of
y_series. Seey_geo_series, defaults toself.y_geo_series[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]verbosity (Verbosity) – ARTS verbosity. See
verbosity, defaults toself.verbosity[IN]