ARTS built-in documentation server
Workspace Method abs_linesChangeBaseParameterForMatchingLevel
Description
Change parameter of all levels in abs_lines that match with QuantumIdentifier. Only works for these parameters: parameter_name = "Statistical Weight" parameter_name = "Zeeman Coefficient"
Authors: Richard Larsson
Synopsis
abs_linesChangeBaseParameterForMatchingLevel( | abs_lines, QI, parameter_name, change, relative ) |
Variables
OUT+IN | abs_lines | (ArrayOfAbsorptionLines) | A list of spectral line data. |
GIN | QI | (QuantumIdentifier) | Information to match the level. |
GIN | parameter_name | (String) | Name of parameter to be replaced |
GIN | change | (Numeric) | Value with which to change matching level's value |
GIN | relative | (Index, Default: 0) | Flag for relative change (0 is absolute change) |