ARTS
2.3.1285(git:92a29ea9-dirty)
|
#include "arts.h"
#include "interpolation_poly.h"
#include "absorption.h"
#include "check_input.h"
#include "hitran_xsec.h"
Go to the source code of this file.
Functions | |
Numeric | func_2straights (const Numeric x, const Vector &coeffs) |
Numeric | lorentz_pdf (const Numeric x, const Numeric x0, const Numeric gamma) |
void | convolve (Vector &result, const ConstVectorView &xsec, const ConstVectorView &lorentz) |
Index | hitran_xsec_get_index (const ArrayOfXsecRecord &xsec_data, const Index species) |
Get the index in hitran_xsec_data for the given species. More... | |
std::ostream & | operator<< (std::ostream &os, const XsecRecord &xd) |
Variables | |
const Numeric | PI |
void convolve | ( | Vector & | result, |
const ConstVectorView & | xsec, | ||
const ConstVectorView & | lorentz | ||
) |
Definition at line 59 of file hitran_xsec.cc.
References VectorView::get_c_array(), i, ConstVectorView::nelem(), and temp.
Referenced by XsecRecord::Extract().
Definition at line 42 of file hitran_xsec.cc.
References ConstVectorView::nelem().
Referenced by XsecRecord::Extract().
Index hitran_xsec_get_index | ( | const ArrayOfXsecRecord & | xsec_data, |
const Index | species | ||
) |
Get the index in hitran_xsec_data for the given species.
[in] | hitran_xsec_data | Hitran Xsec data array |
[in] | species | Species name |
Definition at line 342 of file hitran_xsec.cc.
References i, Array< base >::nelem(), and XsecRecord::Species().
Referenced by abs_xsec_per_speciesAddHitranXsec().
Definition at line 48 of file hitran_xsec.cc.
Referenced by XsecRecord::Extract().
std::ostream& operator<< | ( | std::ostream & | os, |
const XsecRecord & | xd | ||
) |
Definition at line 350 of file hitran_xsec.cc.
References XsecRecord::Species().
const Numeric PI |
Referenced by lorentz_pdf().