propagation_matrixAddXsecFit
- Workspace.propagation_matrixAddXsecFit(self, propagation_matrix: pyarts3.arts.PropmatVector | None = None, propagation_matrix_jacobian: pyarts3.arts.PropmatMatrix | None = None, select_species: pyarts3.arts.SpeciesEnum | None = None, jacobian_targets: pyarts3.arts.JacobianTargets | None = None, frequency_grid: pyarts3.arts.AscendingGrid | None = None, atmospheric_point: pyarts3.arts.AtmPoint | None = None, absorption_xsec_fit_data: pyarts3.arts.ArrayOfXsecRecord | None = None, force_p: pyarts3.arts.Numeric | None = None, force_t: pyarts3.arts.Numeric | None = None) None
Calculate absorption cross sections per tag group for HITRAN xsec species.
This broadens the cross section data from
absorption_xsec_fit_dataand interpolates it onto the currentfrequency_grid.Author: Oliver Lemke
- Parameters:
propagation_matrix (PropmatVector, optional) – This contains the fully polarized propagation matrix for the current path point. See
propagation_matrix, defaults toself.propagation_matrix[INOUT]propagation_matrix_jacobian (PropmatMatrix, optional) – Partial derivative of the
propagation_matrixwith regards tojacobian_targets. Seepropagation_matrix_jacobian, defaults toself.propagation_matrix_jacobian[INOUT]select_species (SpeciesEnum, optional) – Species selection. See
select_species, defaults toself.select_species[IN]jacobian_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See
jacobian_targets, defaults toself.jacobian_targets[IN]frequency_grid (AscendingGrid, optional) – A single frequency grid. See
frequency_grid, defaults toself.frequency_grid[IN]atmospheric_point (AtmPoint, optional) – An atmospheric point in ARTS. See
atmospheric_point, defaults toself.atmospheric_point[IN]absorption_xsec_fit_data (ArrayOfXsecRecord, optional) – Fitting model coefficients for cross section species. See
absorption_xsec_fit_data, defaults toself.absorption_xsec_fit_data[IN]force_p (Numeric, optional) – Positive value forces constant pressure [Pa]. Defaults to
-1[IN]force_t (Numeric, optional) – Positive value forces constant temperature [K]. Defaults to
-1[IN]