ARTS built-in documentation server
Workspace Method abs_linesAdaptOnTheFlyLineMixing
Description
Adapts the line-catalog from using ecs_data data to.
instead fit ordered parameters to imitate the line mxixing
The 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
Authors: Richard Larsson
Synopsis
abs_linesAdaptOnTheFlyLineMixing( | abs_lines, ecs_data, t_grid, pressure, order, robust, rosenkranz_adaptation ) |
Variables
OUT+IN | abs_lines | (ArrayOfAbsorptionLines) | A list of spectral line data. |
IN | ecs_data | (MapOfErrorCorrectedSuddenData) | Error corrected sudden data |
GIN | t_grid | (Vector) | The sorted temperature grid |
GIN | pressure | (Numeric) | The pressure at which the adaptation is made |
GIN | order | (Index) | The order of the parameters in adaptation |
GIN | robust | (Index, Default: 1) | Boolean for failed band adaptation behavior. 0: throw exception. not 0: conversion to line-by-line calculations |
GIN | rosenkranz_adaptation | (Index, Default: 0) | Apply direct Rosenkranz adaptation instead of computing the Eigenvalues |