spectral_propmat_pathFromPath

Workspace.spectral_propmat_pathFromPath(self, spectral_propmat_path: pyarts3.arts.ArrayOfPropmatVector | None = None, spectral_nlte_srcvec_path: pyarts3.arts.ArrayOfStokvecVector | None = None, spectral_propmat_jac_path: pyarts3.arts.ArrayOfPropmatMatrix | None = None, spectral_nlte_srcvec_jac_path: pyarts3.arts.ArrayOfStokvecMatrix | 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) None

Gets the propagation matrix and non-LTE source term along the path.

The calculations are in parallel if the program is not in parallel already.

Also outputs the freq_grid_path as a side effect (of wind).

Author: Richard Larsson

Parameters:
  • spectral_propmat_path (ArrayOfPropmatVector, optional) – Propagation matrices along the propagation path. See spectral_propmat_path, defaults to self.spectral_propmat_path [OUT]

  • spectral_nlte_srcvec_path (ArrayOfStokvecVector, optional) – Additional non-LTE along the propagation path. See spectral_nlte_srcvec_path, defaults to self.spectral_nlte_srcvec_path [OUT]

  • spectral_propmat_jac_path (ArrayOfPropmatMatrix, optional) – Propagation derivative matrices along the propagation path. See spectral_propmat_jac_path, defaults to self.spectral_propmat_jac_path [OUT]

  • spectral_nlte_srcvec_jac_path (ArrayOfStokvecMatrix, optional) – Additional non-LTE derivative along the propagation path. See spectral_nlte_srcvec_jac_path, defaults to self.spectral_nlte_srcvec_jac_path [OUT]

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

  • freq_grid_path (ArrayOfAscendingGrid, optional) – All freq_grid along the propagation path. See freq_grid_path, defaults to self.freq_grid_path [IN]

  • freq_wind_shift_jac_path (ArrayOfVector3, optional) – A list of freq_wind_shift_jac for a ray path. See freq_wind_shift_jac_path, defaults to self.freq_wind_shift_jac_path [IN]

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

  • ray_path (ArrayOfPropagationPathPoint, optional) – A list path points making up a propagation path. See ray_path, defaults to self.ray_path [IN]

  • atm_path (ArrayOfAtmPoint, optional) – Atmospheric points along the propagation path. See atm_path, defaults to self.atm_path [IN]