ARTS
2.4.0(git:4fb77825)
|
Contains the line shape namespace. More...
#include "lineshapemodel.h"
Go to the source code of this file.
Macros | |
#define | ReturnJacPropMatType(ID) |
Functions | |
ArrayOfString | AllLineShapeCoeffs () |
All available line shape coefficients. More... | |
ArrayOfString | AllLineShapeVars () |
All available line shape variables. More... | |
JacPropMatType | select_derivativeLineShape (const String &var, const String &coeff) |
Return the derivative type based on string input. More... | |
Contains the line shape namespace.
Implementations of lineshapemodel.h
This mostly contains functions that either did not compile while placed in the header or for other reasons are not there. This means most of the real work happens in the header file and not here
Definition in file lineshapemodel.cc.
#define ReturnJacPropMatType | ( | ID | ) |
ArrayOfString AllLineShapeCoeffs | ( | ) |
All available line shape coefficients.
Definition at line 37 of file lineshapemodel.cc.
Referenced by jacobianAddShapeCatalogParameters(), and select_derivativeLineShape().
ArrayOfString AllLineShapeVars | ( | ) |
All available line shape variables.
Definition at line 39 of file lineshapemodel.cc.
Referenced by jacobianAddShapeCatalogParameters(), LineShape::MetaData2ModelShape(), LineShape::ModelShape2MetaData(), and select_derivativeLineShape().
JacPropMatType select_derivativeLineShape | ( | const String & | var, |
const String & | coeff | ||
) |
Return the derivative type based on string input.
[in] | var | Variable in AllLineShapeVars() |
[in] | coeff | Coefficient in AllLineShapeCoeffs() |
Definition at line 43 of file lineshapemodel.cc.
References AllLineShapeCoeffs(), AllLineShapeVars(), and linalg::var().
Referenced by jacobianAddShapeCatalogParameter().