ARTS  2.3.1285(git:92a29ea9-dirty)
m_quantum.cc File Reference

Quantum handling functions. More...

#include "energylevelmap.h"
#include "quantum.h"
#include "messages.h"

Go to the source code of this file.

Functions

void nlte_fieldFromRaw (EnergyLevelMap &nlte_field, const ArrayOfQuantumIdentifier &nlte_level_identifiers, const Vector &nlte_vibrational_energies, const Tensor4 &data, const Verbosity &)
 WORKSPACE METHOD: nlte_fieldFromRaw. More...
 
void abs_nlteFromRaw (EnergyLevelMap &abs_nlte, const ArrayOfQuantumIdentifier &nlte_level_identifiers, const Vector &nlte_vibrational_energies, const Matrix &data, const Verbosity &)
 WORKSPACE METHOD: abs_nlteFromRaw. More...
 
void rtp_nlteFromRaw (EnergyLevelMap &rtp_nlte, const ArrayOfQuantumIdentifier &nlte_level_identifiers, const Vector &nlte_vibrational_energies, const Vector &data, const Verbosity &)
 WORKSPACE METHOD: rtp_nlteFromRaw. More...
 
void EnergyLevelMapSet (EnergyLevelMap &x, const EnergyLevelMap &y, const Verbosity &)
 WORKSPACE METHOD: EnergyLevelMapSet. More...
 

Detailed Description

Quantum handling functions.

Author
Richard Larsson <larsson (at) mps.mpg.de>
Date
2019-10-22

Definition in file m_quantum.cc.

Function Documentation

◆ abs_nlteFromRaw()

void abs_nlteFromRaw ( EnergyLevelMap abs_nlte,
const ArrayOfQuantumIdentifier nlte_level_identifiers,
const Vector nlte_vibrational_energies,
const Matrix data,
const Verbosity verbosity 
)

WORKSPACE METHOD: abs_nlteFromRaw.

Sets NLTE values manually

Touch

Author
Richard Larsson
Parameters
[out]abs_nlteWS Output
[in]nlte_level_identifiersWS Input
[in]nlte_vibrational_energiesWS Input
[in]dataGeneric Input

Definition at line 39 of file m_quantum.cc.

Referenced by abs_nlteFromRaw_g().

◆ EnergyLevelMapSet()

void EnergyLevelMapSet ( EnergyLevelMap x,
const EnergyLevelMap y,
const Verbosity verbosity 
)

WORKSPACE METHOD: EnergyLevelMapSet.

Sets an EnergyLevelMap

Author
Richard Larsson
Parameters
[out]xGeneric output
[in]yGeneric Input

Definition at line 59 of file m_quantum.cc.

Referenced by EnergyLevelMapSet_g().

◆ nlte_fieldFromRaw()

void nlte_fieldFromRaw ( EnergyLevelMap nlte_field,
const ArrayOfQuantumIdentifier nlte_level_identifiers,
const Vector nlte_vibrational_energies,
const Tensor4 data,
const Verbosity verbosity 
)

WORKSPACE METHOD: nlte_fieldFromRaw.

Sets NLTE values manually

Touch

Author
Richard Larsson
Parameters
[out]nlte_fieldWS Output
[in]nlte_level_identifiersWS Input
[in]nlte_vibrational_energiesWS Input
[in]dataGeneric Input

Definition at line 30 of file m_quantum.cc.

Referenced by nlte_fieldFromRaw_g().

◆ rtp_nlteFromRaw()

void rtp_nlteFromRaw ( EnergyLevelMap rtp_nlte,
const ArrayOfQuantumIdentifier nlte_level_identifiers,
const Vector nlte_vibrational_energies,
const Vector data,
const Verbosity verbosity 
)

WORKSPACE METHOD: rtp_nlteFromRaw.

Sets NLTE values manually

Touch

Author
Richard Larsson
Parameters
[out]rtp_nlteWS Output
[in]nlte_level_identifiersWS Input
[in]nlte_vibrational_energiesWS Input
[in]dataGeneric Input

Definition at line 48 of file m_quantum.cc.

Referenced by rtp_nlteFromRaw_g().