spectral_propmat_path_species_splitFromPath

Workspace.spectral_propmat_path_species_splitFromPath(self, spectral_propmat_path_species_split: pyarts3.arts.ArrayOfArrayOfPropmatVector | None = None, spectral_nlte_srcvec_path_species_split: pyarts3.arts.ArrayOfArrayOfStokvecVector | None = None, spectral_propmat_jac_path_species_split: pyarts3.arts.ArrayOfArrayOfPropmatMatrix | None = None, spectral_nlte_srcvec_jac_path_species_split: pyarts3.arts.ArrayOfArrayOfStokvecMatrix | None = None, spectral_propmat_agenda: pyarts3.arts.Agenda | None = None, freq_grid_path: pyarts3.arts.ArrayOfAscendingGrid | None = None, freq_wind_shift_jac_path: pyarts3.arts.ArrayOfVector3 | None = None, jac_targets: pyarts3.arts.JacobianTargets | None = None, ray_path: pyarts3.arts.ArrayOfPropagationPathPoint | None = None, atm_path: pyarts3.arts.ArrayOfAtmPoint | None = None, select_species_list: pyarts3.arts.ArrayOfSpeciesEnum | None = None) None

As spectral_propmat_pathFromPath() but the output is split between the species in the select_species_list.

The outer dimension of the output arrays are the size of the species selection list. The inner dimensions are as per spectral_propmat_pathFromPath().

Author: Richard Larsson

Parameters: