propagation_matrix_jacobianWindFix
- Workspace.propagation_matrix_jacobianWindFix(self, propagation_matrix_jacobian: pyarts3.arts.PropmatMatrix | None = None, propagation_matrix_source_vector_nonlte_jacobian: pyarts3.arts.StokvecMatrix | None = None, frequency_grid: pyarts3.arts.AscendingGrid | None = None, jacobian_targets: pyarts3.arts.JacobianTargets | None = None, frequency_wind_shift_jacobian: pyarts3.arts.Vector3 | None = None) None
Fix for the wind field derivative.
The
propagation_matrix_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:
propagation_matrix_jacobian (PropmatMatrix, optional) – Partial derivative of the
propagation_matrixwith regards tojacobian_targets. Seepropagation_matrix_jacobian, defaults toself.propagation_matrix_jacobian[INOUT]propagation_matrix_source_vector_nonlte_jacobian (StokvecMatrix, optional) – Partial derivative of the
propagation_matrix_source_vector_nonltewith regards tojacobian_targets. Seepropagation_matrix_source_vector_nonlte_jacobian, defaults toself.propagation_matrix_source_vector_nonlte_jacobian[INOUT]frequency_grid (AscendingGrid, optional) – A single frequency grid. See
frequency_grid, defaults toself.frequency_grid[IN]jacobian_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See
jacobian_targets, defaults toself.jacobian_targets[IN]frequency_wind_shift_jacobian (Vector3, optional) – The frequency wind shift Jacobian. See
frequency_wind_shift_jacobian, defaults toself.frequency_wind_shift_jacobian[IN]