spectral_radianceSetToBackground
- Workspace.spectral_radianceSetToBackground(self, spectral_radiance: pyarts3.arts.StokvecVector | None = None, spectral_radiance_jacobian: pyarts3.arts.StokvecMatrix | None = None, spectral_radiance_background: pyarts3.arts.StokvecVector | None = None, spectral_radiance_background_jacobian: pyarts3.arts.StokvecMatrix | None = None) None
Set the spectral radiance to the background values.
Note
This method is compositional and useful inside other agendas or meta-methods.
Author: Richard Larsson
Used by wrapper method
- Parameters:
spectral_radiance (StokvecVector, optional) – A spectral radiance vector. See
spectral_radiance, defaults toself.spectral_radiance[OUT]spectral_radiance_jacobian (StokvecMatrix, optional) – Jacobian of
spectral_radiancewith respect tojacobian_targets. Seespectral_radiance_jacobian, defaults toself.spectral_radiance_jacobian[OUT]spectral_radiance_background (StokvecVector, optional) – Spectral radiance from the background. See
spectral_radiance_background, defaults toself.spectral_radiance_background[IN]spectral_radiance_background_jacobian (StokvecMatrix, optional) – Spectral radiance derivative from the background. See
spectral_radiance_background_jacobian, defaults toself.spectral_radiance_background_jacobian[IN]