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 theselect_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:
spectral_propmat_path_species_split (ArrayOfArrayOfPropmatVector) – Propagation matrix for selected species. Defaults to create and/or use
self.spectral_propmat_path_species_split:ArrayOfArrayOfPropmatVector. [OUT]spectral_nlte_srcvec_path_species_split (ArrayOfArrayOfStokvecVector) – Non-LTE source vector for selected species. Defaults to create and/or use
self.spectral_nlte_srcvec_path_species_split:ArrayOfArrayOfStokvecVector. [OUT]spectral_propmat_jac_path_species_split (ArrayOfArrayOfPropmatMatrix) – Jacobian of propagation matrix for selected species. Defaults to create and/or use
self.spectral_propmat_jac_path_species_split:ArrayOfArrayOfPropmatMatrix. [OUT]spectral_nlte_srcvec_jac_path_species_split (ArrayOfArrayOfStokvecMatrix) – Jacobian of non-LTE source vector for selected species. Defaults to create and/or use
self.spectral_nlte_srcvec_jac_path_species_split:ArrayOfArrayOfStokvecMatrix. [OUT]spectral_propmat_agenda (Agenda, optional) – Computes the propagation matrix, the non-LTE source vector, and their derivatives. See
spectral_propmat_agenda, defaults toself.spectral_propmat_agenda[IN]freq_grid_path (ArrayOfAscendingGrid, optional) – All
freq_gridalong the propagation path. Seefreq_grid_path, defaults toself.freq_grid_path[IN]freq_wind_shift_jac_path (ArrayOfVector3, optional) – A list of
freq_wind_shift_jacfor a ray path. Seefreq_wind_shift_jac_path, defaults toself.freq_wind_shift_jac_path[IN]jac_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See
jac_targets, defaults toself.jac_targets[IN]ray_path (ArrayOfPropagationPathPoint, optional) – A list path points making up a propagation path. See
ray_path, defaults toself.ray_path[IN]atm_path (ArrayOfAtmPoint, optional) – Atmospheric points along the propagation path. See
atm_path, defaults toself.atm_path[IN]select_species_list (ArrayOfSpeciesEnum, optional) – Species selection when multiple species must be chosen. See
select_species_list, defaults toself.select_species_list[IN]