spectral_radiance_jacobianAddPathPropagation
- Workspace.spectral_radiance_jacobianAddPathPropagation(self, spectral_radiance_jacobian: pyarts3.arts.StokvecMatrix | None = None, ray_path_spectral_radiance_jacobian: pyarts3.arts.ArrayOfStokvecMatrix | None = None, jacobian_targets: pyarts3.arts.JacobianTargets | None = None, atmospheric_field: pyarts3.arts.AtmField | None = None, ray_path: pyarts3.arts.ArrayOfPropagationPathPoint | None = None) None
Adds the propagation variables to
spectral_radiance_jacobian.Author: Richard Larsson
Used by wrapper methods
- Parameters:
spectral_radiance_jacobian (StokvecMatrix, optional) – Jacobian of
spectral_radiancewith respect tojacobian_targets. Seespectral_radiance_jacobian, defaults toself.spectral_radiance_jacobian[INOUT]ray_path_spectral_radiance_jacobian (ArrayOfStokvecMatrix, optional) – Spectral radiance derivative along the propagation path. See
ray_path_spectral_radiance_jacobian, defaults toself.ray_path_spectral_radiance_jacobian[IN]jacobian_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See
jacobian_targets, defaults toself.jacobian_targets[IN]atmospheric_field (AtmField, optional) – An atmospheric field in ARTS. See
atmospheric_field, defaults toself.atmospheric_field[IN]ray_path (ArrayOfPropagationPathPoint, optional) – A list path points making up a propagation path. See
ray_path, defaults toself.ray_path[IN]