spectral_propmat_agendaExecuteOperator
- Workspace.spectral_propmat_agendaExecuteOperator(self, spectral_propmat: pyarts3.arts.PropmatVector | None = None, spectral_nlte_srcvec: pyarts3.arts.StokvecVector | None = None, spectral_propmat_jac: pyarts3.arts.PropmatMatrix | None = None, spectral_nlte_srcvec_jac: pyarts3.arts.StokvecMatrix | None = None, freq_grid: pyarts3.arts.AscendingGrid | None = None, freq_wind_shift_jac: pyarts3.arts.Vector3 | None = None, jac_targets: pyarts3.arts.JacobianTargets | None = None, select_species: pyarts3.arts.SpeciesEnum | None = None, ray_point: pyarts3.arts.PropagationPathPoint | None = None, atm_point: pyarts3.arts.AtmPoint | None = None, spectral_propmat_agenda_operator: pyarts3.arts.spectral_propmat_agendaOperator | None = None) None
Executes an operator emulating
spectral_propmat_agenda, see it, and alsospectral_propmat_agendaOperator, for more detailsAuthor:
Automatically Generated- Parameters:
spectral_propmat (PropmatVector, optional) – This contains the fully polarized propagation matrix for the current path point. See
spectral_propmat, defaults toself.spectral_propmat[OUT]spectral_nlte_srcvec (StokvecVector, optional) – The part of the source vector that is due to non-LTE. See
spectral_nlte_srcvec, defaults toself.spectral_nlte_srcvec[OUT]spectral_propmat_jac (PropmatMatrix, optional) – Partial derivative of the
spectral_propmatwith regards tojac_targets. Seespectral_propmat_jac, defaults toself.spectral_propmat_jac[OUT]spectral_nlte_srcvec_jac (StokvecMatrix, optional) – Partial derivative of the
spectral_nlte_srcvecwith regards tojac_targets. Seespectral_nlte_srcvec_jac, defaults toself.spectral_nlte_srcvec_jac[OUT]freq_grid (AscendingGrid, optional) – A frequency grid. Unit: Hz. See
freq_grid, defaults toself.freq_grid[IN]freq_wind_shift_jac (Vector3, optional) – The frequency wind shift Jacobian. See
freq_wind_shift_jac, defaults toself.freq_wind_shift_jac[IN]jac_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See
jac_targets, defaults toself.jac_targets[IN]select_species (SpeciesEnum, optional) – Species selection. See
select_species, defaults toself.select_species[IN]ray_point (PropagationPathPoint, optional) – A single path point. See
ray_point, defaults toself.ray_point[IN]atm_point (AtmPoint, optional) – An atmospheric point in ARTS. See
atm_point, defaults toself.atm_point[IN]spectral_propmat_agenda_operator (spectral_propmat_agendaOperator) – Operator for
spectral_propmat_agenda. [IN]