frequency_gridWindShift
- Workspace.frequency_gridWindShift(self, frequency_grid: pyarts.arts.AscendingGrid | None = None, frequency_grid_wind_shift_jacobian: pyarts.arts.Vector3 | None = None, atmospheric_point: pyarts.arts.AtmPoint | None = None, ray_path_point: pyarts.arts.PropagationPathPoint | None = None) None
Applies wind shift to the
frequency_grid
for the local frequency grid.Also sets
frequency_grid_wind_shift_jacobian
.If the wind is 0 or nan
Author(s): Richard Larsson
- Parameters:
frequency_grid (AscendingGrid, optional) – A single path point’s frequency grid. See
frequency_grid
, defaults toself.frequency_grid
[INOUT]frequency_grid_wind_shift_jacobian (Vector3, optional) – The frequency grid wind shift Jacobian. See
frequency_grid_wind_shift_jacobian
, defaults toself.frequency_grid_wind_shift_jacobian
[OUT]atmospheric_point (AtmPoint, optional) – An atmospheric point in ARTS. See
atmospheric_point
, defaults toself.atmospheric_point
[IN]ray_path_point (PropagationPathPoint, optional) – A single path point. See
ray_path_point
, defaults toself.ray_path_point
[IN]