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: