|
ARTS
2.3.1285(git:92a29ea9-dirty)
|
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.
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.
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.
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.
Referenced by rtp_nlteFromRaw_g().