spectral_rad_srcvec_pathCorrectScattering
- Workspace.spectral_rad_srcvec_pathCorrectScattering(self, spectral_rad_srcvec_path: pyarts3.arts.SourceVector | None = None, spectral_propmat_path: pyarts3.arts.ArrayOfPropmatVector | None = None, spectral_propmat_scat_path: pyarts3.arts.ArrayOfPropmatVector | None = None, spectral_absvec_scat_path: pyarts3.arts.ArrayOfStokvecVector | None = None, freq_grid_path: pyarts3.arts.ArrayOfAscendingGrid | None = None, atm_path: pyarts3.arts.ArrayOfAtmPoint | None = None) None
Remove thermal emission incorrectly associated with nonabsorbing scattering extinction.
Call this after
spectral_rad_srcvec_pathFromPropmat()when scattering has been added tospectral_propmat_path. True particulate absorption inspectral_absvec_scat_pathretains its thermal source.Author: Richard Larsson
Used by wrapper method
spectral_radClearskyScattering()
- Parameters:
spectral_rad_srcvec_path (SourceVector, optional) – Source vectors along the propagation path. See
spectral_rad_srcvec_path, defaults toself.spectral_rad_srcvec_path[INOUT]spectral_propmat_path (ArrayOfPropmatVector, optional) – Propagation matrices along the propagation path. See
spectral_propmat_path, defaults toself.spectral_propmat_path[IN]spectral_propmat_scat_path (ArrayOfPropmatVector, optional) – Propagation matrices along the propagation path for scattering. See
spectral_propmat_scat_path, defaults toself.spectral_propmat_scat_path[IN]spectral_absvec_scat_path (ArrayOfStokvecVector, optional) – The absorption vector of totally random orientation particles along the propagation path using spectral representation. See
spectral_absvec_scat_path, defaults toself.spectral_absvec_scat_path[IN]freq_grid_path (ArrayOfAscendingGrid, optional) – All
freq_gridalong the propagation path. Seefreq_grid_path, defaults toself.freq_grid_path[IN]atm_path (ArrayOfAtmPoint, optional) – Atmospheric points along the propagation path. See
atm_path, defaults toself.atm_path[IN]