propagation_matrix_agenda

Workspace.propagation_matrix_agenda

Agenda Compute the propagation matrix, the non-LTE source vector, and their derivatives

Parameters:
  • propagation_matrix (PropmatVector) – This contains the propagation matrix for the current path point. See :attr: ~pyarts.workspace.Workspace.propagation_matrix [OUT]

  • propagation_matrix_source_vector_nonlte (StokvecVector) – The part of the source vector that is due to non-LTE. See :attr: ~pyarts.workspace.Workspace.propagation_matrix_source_vector_nonlte [OUT]

  • propagation_matrix_jacobian (PropmatMatrix) – . See :attr: ~pyarts.workspace.Workspace.propagation_matrix_jacobian [OUT]

  • propagation_matrix_source_vector_nonlte_jacobian (StokvecMatrix) – Partial derivative of the propagation_matrix_source_vector_nonlte with regards to jacobian_targets. See :attr: ~pyarts.workspace.Workspace.propagation_matrix_source_vector_nonlte_jacobian [OUT]

  • frequency_grid (AscendingGrid) – A single path point’s frequency grid. See :attr: ~pyarts.workspace.Workspace.frequency_grid [IN]

  • frequency_grid_wind_shift_jacobian (Vector3) – The frequency grid wind shift Jacobian. See :attr: ~pyarts.workspace.Workspace.frequency_grid_wind_shift_jacobian [IN]

  • jacobian_targets (JacobianTargets) – A list of targets for the Jacobian Matrix calculations. See :attr: ~pyarts.workspace.Workspace.jacobian_targets [IN]

  • propagation_matrix_select_species (SpeciesEnum) – A select species tag group from absorption_species. See :attr: ~pyarts.workspace.Workspace.propagation_matrix_select_species [IN]

  • ray_path_point (PropagationPathPoint) – A single path point. See :attr: ~pyarts.workspace.Workspace.ray_path_point [IN]

  • atmospheric_point (AtmPoint) – An atmospheric point in ARTS. See :attr: ~pyarts.workspace.Workspace.atmospheric_point [IN]

Input to workspace methods

Output from workspace methods

Related workspace variables