spectral_propmat_jacWindFix

Workspace.spectral_propmat_jacWindFix(self, spectral_propmat_jac: pyarts3.arts.PropmatMatrix | None = None, spectral_nlte_srcvec_jac: pyarts3.arts.StokvecMatrix | None = None, freq_grid: pyarts3.arts.AscendingGrid | None = None, jac_targets: pyarts3.arts.JacobianTargets | None = None, freq_wind_shift_jac: pyarts3.arts.Vector3 | None = None) None

Fix for the wind field derivative.

The spectral_propmat_agenda will set the wind derivatives to those of the frequency derivative if this method is not used. This will cause the wind field to be treated as a frequency derivative, meaning no OEM() or other functionality that requires the Jacobian matrix to be calculated will work.

Author: Richard Larsson

Parameters:
  • spectral_propmat_jac (PropmatMatrix, optional) – Partial derivative of the spectral_propmat with regards to jac_targets. See spectral_propmat_jac, defaults to self.spectral_propmat_jac [INOUT]

  • spectral_nlte_srcvec_jac (StokvecMatrix, optional) – Partial derivative of the spectral_nlte_srcvec with regards to jac_targets. See spectral_nlte_srcvec_jac, defaults to self.spectral_nlte_srcvec_jac [INOUT]

  • freq_grid (AscendingGrid, optional) – A frequency grid. Unit: Hz. See freq_grid, defaults to self.freq_grid [IN]

  • jac_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See jac_targets, defaults to self.jac_targets [IN]

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