propagation_matrix_agendaExecute
- Workspace.propagation_matrix_agendaExecute(self, propagation_matrix: pyarts.arts.PropmatVector | None = None, propagation_matrix_source_vector_nonlte: pyarts.arts.StokvecVector | None = None, propagation_matrix_jacobian: pyarts.arts.PropmatMatrix | None = None, propagation_matrix_source_vector_nonlte_jacobian: pyarts.arts.StokvecMatrix | None = None, frequency_grid: pyarts.arts.AscendingGrid | None = None, frequency_grid_wind_shift_jacobian: pyarts.arts.Vector3 | None = None, jacobian_targets: pyarts.arts.JacobianTargets | None = None, propagation_matrix_select_species: pyarts.arts.SpeciesEnum | None = None, ray_path_point: pyarts.arts.PropagationPathPoint | None = None, atmospheric_point: pyarts.arts.AtmPoint | None = None, propagation_matrix_agenda: pyarts.arts.Agenda | None = None) None
Executes
propagation_matrix_agenda
, see it for more detailsAuthor(s):
Automatically Generated
- Parameters:
propagation_matrix (PropmatVector, optional) – This contains the propagation matrix for the current path point. See
propagation_matrix
, defaults toself.propagation_matrix
[OUT]propagation_matrix_source_vector_nonlte (StokvecVector, optional) – The part of the source vector that is due to non-LTE. See
propagation_matrix_source_vector_nonlte
, defaults toself.propagation_matrix_source_vector_nonlte
[OUT]propagation_matrix_jacobian (PropmatMatrix, optional) – . See
propagation_matrix_jacobian
, defaults toself.propagation_matrix_jacobian
[OUT]propagation_matrix_source_vector_nonlte_jacobian (StokvecMatrix, optional) – Partial derivative of the
propagation_matrix_source_vector_nonlte
with regards tojacobian_targets
. Seepropagation_matrix_source_vector_nonlte_jacobian
, defaults toself.propagation_matrix_source_vector_nonlte_jacobian
[OUT]frequency_grid (AscendingGrid, optional) – A single path point’s frequency grid. See
frequency_grid
, defaults toself.frequency_grid
[IN]frequency_grid_wind_shift_jacobian (Vector3, optional) – The frequency grid wind shift Jacobian. See
frequency_grid_wind_shift_jacobian
, defaults toself.frequency_grid_wind_shift_jacobian
[IN]jacobian_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See
jacobian_targets
, defaults toself.jacobian_targets
[IN]propagation_matrix_select_species (SpeciesEnum, optional) – A select species tag group from
absorption_species
. Seepropagation_matrix_select_species
, defaults toself.propagation_matrix_select_species
[IN]ray_path_point (PropagationPathPoint, optional) – A single path point. See
ray_path_point
, defaults toself.ray_path_point
[IN]atmospheric_point (AtmPoint, optional) – An atmospheric point in ARTS. See
atmospheric_point
, defaults toself.atmospheric_point
[IN]propagation_matrix_agenda (Agenda, optional) – Compute the propagation matrix, the non-LTE source vector, and their derivatives. See
propagation_matrix_agenda
, defaults toself.propagation_matrix_agenda
[IN]