single_propmat_agendaExecute

Workspace.single_propmat_agendaExecute(self, single_propmat: pyarts3.arts.Propmat | None = None, single_nlte_srcvec: pyarts3.arts.Stokvec | None = None, single_dispersion: pyarts3.arts.Numeric | None = None, single_propmat_jac: pyarts3.arts.PropmatVector | None = None, single_nlte_srcvec_jac: pyarts3.arts.StokvecVector | None = None, single_dispersion_jac: pyarts3.arts.Vector | None = None, freq: pyarts3.arts.Numeric | 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, single_propmat_agenda: pyarts3.arts.Agenda | None = None) pyarts3.arts.CxxWorkspace

Executes single_propmat_agenda, see it for more details

Author: Automatically Generated

Parameters:
  • single_propmat (Propmat, optional) – A propagation matrix at a single freq point. See single_propmat, defaults to self.single_propmat [OUT]

  • single_nlte_srcvec (Stokvec, optional) – A non-LTE source vector at a single freq point. See single_nlte_srcvec, defaults to self.single_nlte_srcvec [OUT]

  • single_dispersion (Numeric, optional) – A dispersion at a single freq point. See single_dispersion, defaults to self.single_dispersion [OUT]

  • single_propmat_jac (PropmatVector, optional) – A propagation matrix Jacobian at a single freq point. See single_propmat_jac, defaults to self.single_propmat_jac [OUT]

  • single_nlte_srcvec_jac (StokvecVector, optional) – A non-LTE source vector Jacobian at a single freq point. See single_nlte_srcvec_jac, defaults to self.single_nlte_srcvec_jac [OUT]

  • single_dispersion_jac (Vector, optional) – A dispersion Jacobian at a single freq point. See single_dispersion_jac, defaults to self.single_dispersion_jac [OUT]

  • freq (Numeric, optional) – A single frequency. Unit: Hz. See freq, defaults to self.freq [IN]

  • freq_wind_shift_jac (Vector3, optional) – The frequency wind shift Jacobian. See freq_wind_shift_jac, defaults to self.freq_wind_shift_jac [IN]

  • jac_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See jac_targets, defaults to self.jac_targets [IN]

  • select_species (SpeciesEnum, optional) – Species selection. See select_species, defaults to self.select_species [IN]

  • ray_point (PropagationPathPoint, optional) – A single path point. See ray_point, defaults to self.ray_point [IN]

  • atm_point (AtmPoint, optional) – An atmospheric point in ARTS. See atm_point, defaults to self.atm_point [IN]

  • single_propmat_agenda (Agenda, optional) – Computes the propagation matrix, the non-LTE source vector, the dispersion, and their derivatives. See single_propmat_agenda, defaults to self.single_propmat_agenda [IN]

Returns:

opt – The internal workspace, cleaned from all input/output.

Return type:

CxxWorkspace