ARTS 2.5.11 (git: 6827797f)
LineShape::LegacyLineFunctionData Namespace Reference

Legacy dealing with reading old LineFunctionData. More...

Functions

std::vector< Variable > lineshapetag2variablesvector (String type)
 Line shape models from string.
 
std::vector< Variable > linemixingtag2variablesvector (String type)
 Line mixing models from string.
 
constexpr Index temperaturemodel2legacynelem (TemperatureModel type) noexcept
 Length per variable for temperature model.
 

Detailed Description

Legacy dealing with reading old LineFunctionData.

Function Documentation

◆ linemixingtag2variablesvector()

std::vector< Variable > LineShape::LegacyLineFunctionData::linemixingtag2variablesvector ( String  type)

Line mixing models from string.

Definition at line 1227 of file lineshapemodel.cc.

References ARTS_USER_ERROR.

◆ lineshapetag2variablesvector()

std::vector< Variable > LineShape::LegacyLineFunctionData::lineshapetag2variablesvector ( String  type)

Line shape models from string.

Definition at line 1206 of file lineshapemodel.cc.

References ARTS_USER_ERROR.

◆ temperaturemodel2legacynelem()

constexpr Index LineShape::LegacyLineFunctionData::temperaturemodel2legacynelem ( TemperatureModel  type)
constexprnoexcept

Length per variable for temperature model.

Definition at line 849 of file lineshapemodel.h.