abs_lines_per_speciesAdaptHitranLineMixing
- Workspace.abs_lines_per_speciesAdaptHitranLineMixing(self: pyarts.arts._Workspace, abs_lines_per_species: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.ArrayOfArrayOfAbsorptionLines]] = self.abs_lines_per_species, abs_hitran_relmat_data: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.HitranRelaxationMatrixData]] = self.abs_hitran_relmat_data, t_grid: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Vector], pressure: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Numeric], order: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Index], verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity) None
Adapts the line-catalog from using
abs_hitran_relmat_data
to. instead fit ordered parameters to imitate the line mxixingThe order should be 1 or 2. It will compute at 3 as well, but there’s no support in current ARTS LBL to make use of it so it will crash at some point
Author(s): Richard Larsson
- Parameters:
abs_lines_per_species (ArrayOfArrayOfAbsorptionLines, optional) – A list of spectral line data for each tag. See
abs_lines_per_species
, defaults toself.abs_lines_per_species
[INOUT]abs_hitran_relmat_data (HitranRelaxationMatrixData, optional) – HITRAN line mixing data to compute the relaxation matrix. See
abs_hitran_relmat_data
, defaults toself.abs_hitran_relmat_data
[IN]t_grid (Vector) – The sorted temperature grid. [IN]
pressure (Numeric) – The pressure at which the adaptation is made. [IN]
order (Index) – The order of the parameters in adaptation. [IN]
verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]