measurement_jacSensorTransformation
- Workspace.measurement_jacSensorTransformation(self, measurement_jac: Matrix = self.measurement_jac, model_state_vec: Vector = self.model_state_vec, measurement_sensor: ArrayOfSensorObsel = self.measurement_sensor, jac_targets: JacobianTargets = self.jac_targets) None
Applies transformations to the measurement sensor state Jacobian
Warning
Automatic size constraints are not checked for this method. Group-invariant checks on read-only inputs still apply.
Author: Richard Larsson
Used by wrapper method
- Parameters:
measurement_jac (~pyarts3.arts.Matrix, optional) – The first order partial derivatives of the
measurement_vec. Defaults toself.measurement_jac. [INOUT]model_state_vec (~pyarts3.arts.Vector, optional) – A state vector of the model. Defaults to
self.model_state_vec. [IN]measurement_sensor (~pyarts3.arts.ArrayOfSensorObsel, optional) – A list of sensor elements that fully describe one or more observing sensor(s). Defaults to
self.measurement_sensor. [IN]jac_targets (~pyarts3.arts.JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. Defaults to
self.jac_targets. [IN]