disort_settingsSingleScatteringAlbedoFromPath
- Workspace.disort_settingsSingleScatteringAlbedoFromPath(self, disort_settings: pyarts3.arts.DisortSettings | 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) None
Sets the single scattering albedo from the path-variable.
Author: Richard Larsson
- Parameters:
disort_settings (DisortSettings, optional) – Contains the full settings of spectral Disort calculations. See
disort_settings, defaults toself.disort_settings[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]