ARTS
2.4.0(git:4fb77825)
|
Quantum handling functions. More...
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... | |
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
[out] | abs_nlte | WS Output |
[in] | nlte_level_identifiers | WS Input |
[in] | nlte_vibrational_energies | WS Input |
[in] | data | Generic Input |
Definition at line 39 of file m_quantum.cc.
References ARTS::Var::abs_nlte(), data, ARTS::Var::nlte_level_identifiers(), and ARTS::Var::nlte_vibrational_energies().
Referenced by abs_nlteFromRaw_g().
void EnergyLevelMapSet | ( | EnergyLevelMap & | x, |
const EnergyLevelMap & | y, | ||
const Verbosity & | verbosity | ||
) |
WORKSPACE METHOD: EnergyLevelMapSet.
Sets an EnergyLevelMap
[out] | x | Generic output |
[in] | y | Generic Input |
Definition at line 59 of file m_quantum.cc.
References ARTS::Var::x(), and ARTS::Var::y().
Referenced by EnergyLevelMapSet_g().
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
[out] | nlte_field | WS Output |
[in] | nlte_level_identifiers | WS Input |
[in] | nlte_vibrational_energies | WS Input |
[in] | data | Generic Input |
Definition at line 30 of file m_quantum.cc.
References data, ARTS::Var::nlte_field(), ARTS::Var::nlte_level_identifiers(), and ARTS::Var::nlte_vibrational_energies().
Referenced by nlte_fieldFromRaw_g().
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
[out] | rtp_nlte | WS Output |
[in] | nlte_level_identifiers | WS Input |
[in] | nlte_vibrational_energies | WS Input |
[in] | data | Generic Input |
Definition at line 48 of file m_quantum.cc.
References data, ARTS::Var::nlte_level_identifiers(), ARTS::Var::nlte_vibrational_energies(), and ARTS::Var::rtp_nlte().
Referenced by rtp_nlteFromRaw_g().