freqWindShift

Workspace.freqWindShift(self, freq: pyarts3.arts.Numeric | None = None, freq_wind_shift_jac: pyarts3.arts.Vector3 | None = None, atm_point: pyarts3.arts.AtmPoint | None = None, ray_point: pyarts3.arts.PropagationPathPoint | None = None) None

Same as freq_gridWindShift() but for single frequency values.

Author: Richard Larsson

Parameters:
  • freq (Numeric, optional) – A single frequency. Unit: Hz. See freq, defaults to self.freq [INOUT]

  • freq_wind_shift_jac (Vector3, optional) – The frequency wind shift Jacobian. See freq_wind_shift_jac, defaults to self.freq_wind_shift_jac [OUT]

  • atm_point (AtmPoint, optional) – An atmospheric point in ARTS. See atm_point, defaults to self.atm_point [IN]

  • ray_point (PropagationPathPoint, optional) – A single path point. See ray_point, defaults to self.ray_point [IN]