spectral_propmat_and_atm_path_agendaExecuteOperator

Workspace.spectral_propmat_and_atm_path_agendaExecuteOperator(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, freq_grid_path: pyarts3.arts.ArrayOfAscendingGrid | None = None, freq_wind_shift_jac_path: pyarts3.arts.ArrayOfVector3 | None = None, atm_path: pyarts3.arts.ArrayOfAtmPoint | None = None, ray_path: pyarts3.arts.ArrayOfPropagationPathPoint | None = None, jac_targets: pyarts3.arts.JacobianTargets | None = None, freq_grid: pyarts3.arts.AscendingGrid | None = None, atm_field: pyarts3.arts.AtmField | None = None, surf_field: pyarts3.arts.SurfaceField | None = None, spectral_propmat_and_atm_path_agenda_operator: pyarts3.arts.spectral_propmat_and_atm_path_agendaOperator | None = None) None

Executes an operator emulating spectral_propmat_and_atm_path_agenda, see it, and also spectral_propmat_and_atm_path_agendaOperator, for more details

Author: Automatically Generated

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]

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

  • 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 [OUT]

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

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

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

  • freq_grid (AscendingGrid, optional) – A frequency grid. Unit: Hz. See freq_grid, defaults to self.freq_grid [IN]

  • atm_field (AtmField, optional) – An atmospheric field in ARTS, this is the main atmospheric data structure in ARTS. See atm_field, defaults to self.atm_field [IN]

  • surf_field (SurfaceField, optional) – The surface field. See surf_field, defaults to self.surf_field [IN]

  • spectral_propmat_and_atm_path_agenda_operator (spectral_propmat_and_atm_path_agendaOperator) – Operator for spectral_propmat_and_atm_path_agenda. [IN]