abs_linesLineShapeModelParametersMatchingLines
- Workspace.abs_linesLineShapeModelParametersMatchingLines(self: pyarts.arts._Workspace, abs_lines: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.ArrayOfAbsorptionLines]] = self.abs_lines, QI: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.QuantumIdentifier], parameter: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.String], species: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.String], temperaturemodel: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.String], new_values: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Vector], verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity) None
Sets line shape model data parameter in matching lines.
The matching is done so that QI must be in the line identifier
- Acceptable
parameter
(s) are: "G0"
"D0"
"G2"
"D2"
"FVC"
"ETA"
"Y"
"G"
"DV"
- Acceptable
temperaturemodel
(s) are: "None"
"T0"
"T1"
"T2"
"T3"
"T4"
"T5"
"LM_AER"
"DPL"
- Acceptable
species
are: "AIR"
(so long as it is the broadening species list)"SELF"
(so long as it is the broadening species list)Any species in the line broadening species
See the user guide for the meanings of all of these keywords
Author(s): Richard Larsson
- Parameters:
abs_lines (ArrayOfAbsorptionLines, optional) – A list of spectral line data. See
abs_lines
, defaults toself.abs_lines
[INOUT]QI (QuantumIdentifier) – Information to match the line. [IN]
parameter (String) – Name of parameter to be replaced. [IN]
species (String) – Species of parameter to be changed. [IN]
temperaturemodel (String) – Temperature model for the new values. [IN]
new_values (Vector) – Sets the values found. [IN]
verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]
- Acceptable