freq_grid_pathFromPath
- Workspace.freq_grid_pathFromPath(self, freq_grid_path: pyarts3.arts.ArrayOfAscendingGrid | None = None, freq_wind_shift_jac_path: pyarts3.arts.ArrayOfVector3 | None = None, freq_grid: pyarts3.arts.AscendingGrid | None = None, ray_path: pyarts3.arts.ArrayOfPropagationPathPoint | None = None, atm_path: pyarts3.arts.ArrayOfAtmPoint | None = None) None
Gets the frequency grids along the path.
The derivative transformation for wind parameters is also returned.
See
spectral_propmat_jacWindFix()for use of the wind shift data.Author: Richard Larsson
Used by wrapper methods
- Parameters:
freq_grid_path (ArrayOfAscendingGrid, optional) – All
freq_gridalong the propagation path. Seefreq_grid_path, defaults toself.freq_grid_path[OUT]freq_wind_shift_jac_path (ArrayOfVector3, optional) – A list of
freq_wind_shift_jacfor a ray path. Seefreq_wind_shift_jac_path, defaults toself.freq_wind_shift_jac_path[OUT]freq_grid (AscendingGrid, optional) – A frequency grid. Unit: Hz. See
freq_grid, defaults toself.freq_grid[IN]ray_path (ArrayOfPropagationPathPoint, optional) – A list path points making up a propagation path. See
ray_path, defaults toself.ray_path[IN]atm_path (ArrayOfAtmPoint, optional) – Atmospheric points along the propagation path. See
atm_path, defaults toself.atm_path[IN]