spectral_radSetToBackground
- Workspace.spectral_radSetToBackground(self, spectral_rad: StokvecVector = self.spectral_rad, spectral_rad_jac: StokvecMatrix = self.spectral_rad_jac, spectral_rad_bkg: StokvecVector = self.spectral_rad_bkg, spectral_rad_bkg_jac: StokvecMatrix = self.spectral_rad_bkg_jac) 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_rad (~pyarts3.arts.StokvecVector, optional) – A spectral radiance vector. Defaults to
self.spectral_rad. [OUT]spectral_rad_jac (~pyarts3.arts.StokvecMatrix, optional) – Jacobian of
spectral_radwith respect tojac_targets. Defaults toself.spectral_rad_jac. [OUT]spectral_rad_bkg (~pyarts3.arts.StokvecVector, optional) – Spectral radiance from the background. Defaults to
self.spectral_rad_bkg. [IN]spectral_rad_bkg_jac (~pyarts3.arts.StokvecMatrix, optional) – Spectral radiance derivative from the background. Defaults to
self.spectral_rad_bkg_jac. [IN]