ARTS built-in documentation server

Workspace Method abs_linesChangeLineShapeModelParameterForMatchingLines

Description

Change 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 coefficient(s) are:
	"X0"
	"X1"
	"X2"
	"X3"

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

The line parameter will have its old value plus the change if
relative is false, else it will have its old value times
(1+change).

Throws an error if it cannot find any targets to change

Authors: Richard Larsson

Synopsis

abs_linesChangeLineShapeModelParameterForMatchingLines( abs_lines, QI, parameter, coefficient, species, change, relative )

Variables

OUT+INabs_lines(ArrayOfAbsorptionLines)A list of spectral line data.
GINQI(QuantumIdentifier)Information to match the line.
GINparameter(String)Name of parameter to be replaced
GINcoefficient(String)Coefficient of the parameter to be changed
GINspecies(String)Species of parameter to be changed
GINchange(Numeric)Change in the value found
GINrelative(Index, Default: 0)Flag for relative change (0 is absolute change)