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_agendawill 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 noOEM()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_propmatwith regards tojac_targets. Seespectral_propmat_jac, defaults toself.spectral_propmat_jac[INOUT]spectral_nlte_srcvec_jac (StokvecMatrix, optional) – Partial derivative of the
spectral_nlte_srcvecwith regards tojac_targets. Seespectral_nlte_srcvec_jac, defaults toself.spectral_nlte_srcvec_jac[INOUT]freq_grid (AscendingGrid, optional) – A frequency grid. Unit: Hz. See
freq_grid, defaults toself.freq_grid[IN]jac_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See
jac_targets, defaults toself.jac_targets[IN]freq_wind_shift_jac (Vector3, optional) – The frequency wind shift Jacobian. See
freq_wind_shift_jac, defaults toself.freq_wind_shift_jac[IN]