propagation_matrix_single_agendaExecuteOperator
- Workspace.propagation_matrix_single_agendaExecuteOperator(self, propagation_matrix_single: pyarts3.arts.Propmat | None = None, propagation_matrix_single_source_vector_nonlte: pyarts3.arts.Stokvec | None = None, dispersion_single: pyarts3.arts.Numeric | None = None, propagation_matrix_single_jacobian: pyarts3.arts.PropmatVector | None = None, propagation_matrix_single_source_vector_nonlte_jacobian: pyarts3.arts.StokvecVector | None = None, dispersion_single_jacobian: pyarts3.arts.Vector | None = None, frequency: pyarts3.arts.Numeric | None = None, frequency_wind_shift_jacobian: pyarts3.arts.Vector3 | None = None, jacobian_targets: pyarts3.arts.JacobianTargets | None = None, select_species: pyarts3.arts.SpeciesEnum | None = None, ray_path_point: pyarts3.arts.PropagationPathPoint | None = None, atmospheric_point: pyarts3.arts.AtmPoint | None = None, propagation_matrix_single_agenda_operator: pyarts3.arts.propagation_matrix_single_agendaOperator | None = None) None
Executes an operator emulating
propagation_matrix_single_agenda, see it, and alsopropagation_matrix_single_agendaOperator, for more detailsAuthor:
Automatically Generated- Parameters:
propagation_matrix_single (Propmat, optional) – A single propagation matrix at a single
frequencypoint. Seepropagation_matrix_single, defaults toself.propagation_matrix_single[OUT]propagation_matrix_single_source_vector_nonlte (Stokvec, optional) – A single non-LTE source vector at a single
frequencypoint. Seepropagation_matrix_single_source_vector_nonlte, defaults toself.propagation_matrix_single_source_vector_nonlte[OUT]dispersion_single (Numeric, optional) – A single dispersion at a single
frequencypoint. Seedispersion_single, defaults toself.dispersion_single[OUT]propagation_matrix_single_jacobian (PropmatVector, optional) – A single propagation matrix Jacobian at a single
frequencypoint. Seepropagation_matrix_single_jacobian, defaults toself.propagation_matrix_single_jacobian[OUT]propagation_matrix_single_source_vector_nonlte_jacobian (StokvecVector, optional) – A single non-LTE source vector Jacobian at a single
frequencypoint. Seepropagation_matrix_single_source_vector_nonlte_jacobian, defaults toself.propagation_matrix_single_source_vector_nonlte_jacobian[OUT]dispersion_single_jacobian (Vector, optional) – A single dispersion Jacobian at a single
frequencypoint. Seedispersion_single_jacobian, defaults toself.dispersion_single_jacobian[OUT]frequency (Numeric, optional) – A single frequency. See
frequency, defaults toself.frequency[IN]frequency_wind_shift_jacobian (Vector3, optional) – The frequency wind shift Jacobian. See
frequency_wind_shift_jacobian, defaults toself.frequency_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]select_species (SpeciesEnum, optional) – Species selection. See
select_species, defaults toself.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_single_agenda_operator (propagation_matrix_single_agendaOperator) – Operator for
propagation_matrix_single_agenda. [IN]