ARTS 2.5.11 (git: 725533f0)
|
Methods and classes for HITRAN absorption cross section data. More...
#include "array.h"
#include "arts.h"
#include "bifstream.h"
#include "gridded_fields.h"
#include "matpack_data.h"
#include "messages.h"
#include "mystring.h"
#include "species.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | XsecRecord |
Hitran crosssection class. More... | |
Typedefs | |
using | ArrayOfXsecRecord = Array< XsecRecord > |
Functions | |
Index | hitran_xsec_get_index (const ArrayOfXsecRecord &xsec_data, Species::Species species) |
Get the index in xsec_fit_data for the given species. | |
std::shared_ptr< XsecRecord > | hitran_xsec_get_data (const std::vector< std::shared_ptr< XsecRecord > > &xsec_data, const Species::Species species) |
Get the index in xsec_fit_data for the given species. | |
Methods and classes for HITRAN absorption cross section data.
Definition in file xsec_fit.h.
using ArrayOfXsecRecord = Array<XsecRecord> |
Definition at line 137 of file xsec_fit.h.
std::shared_ptr< XsecRecord > hitran_xsec_get_data | ( | const std::vector< std::shared_ptr< XsecRecord > > & | xsec_data, |
const Species::Species | species | ||
) |
Get the index in xsec_fit_data for the given species.
Definition at line 225 of file xsec_fit.cc.
Index hitran_xsec_get_index | ( | const ArrayOfXsecRecord & | xsec_data, |
const Species::Species | species | ||
) |
Get the index in xsec_fit_data for the given species.
Definition at line 210 of file xsec_fit.cc.
References Array< base >::nelem().
Referenced by abs_xsec_per_speciesAddXsecFit(), and propmat_clearskyAddXsecFit().