ARTS 2.5.11 (git: 6827797f)
hitran_species.h
Go to the documentation of this file.
1#ifndef hitran_species_h
2#define hitran_species_h
3
4#include "quantum_numbers.h"
5#include "enums.h"
6
7namespace Hitran {
9 QuantumIdentifier id_from_lookup(Index mol, char isochar);
10
16 Numeric ratio_from_lookup(Index mol, char isochar);
17
19} // namespace Hitran
20
21#endif
SpeciesIsotopologueRatios isotopologue_ratios()
QuantumIdentifier id_from_lookup(Index mol, char isochar)
Finds the ID of the ARTS species from HITRAN.
Numeric ratio_from_lookup(Index mol, char isochar)
Finds the isotopologue ratio of the species from HITRAN.
A logical struct for global quantum numbers with species identifiers.