ARTS  2.3.1285(git:92a29ea9-dirty)
hitran_xsec.cc File Reference
#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
 

Function Documentation

◆ convolve()

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().

◆ func_2straights()

Numeric func_2straights ( const Numeric  x,
const Vector coeffs 
)

Definition at line 42 of file hitran_xsec.cc.

References ConstVectorView::nelem().

Referenced by XsecRecord::Extract().

◆ hitran_xsec_get_index()

Index hitran_xsec_get_index ( const ArrayOfXsecRecord xsec_data,
const Index  species 
)

Get the index in hitran_xsec_data for the given species.

Parameters
[in]hitran_xsec_dataHitran Xsec data array
[in]speciesSpecies name
Returns
Index of this species in hitran_xsec_data. -1 if not found.

Definition at line 342 of file hitran_xsec.cc.

References i, Array< base >::nelem(), and XsecRecord::Species().

Referenced by abs_xsec_per_speciesAddHitranXsec().

◆ lorentz_pdf()

Numeric lorentz_pdf ( const Numeric  x,
const Numeric  x0,
const Numeric  gamma 
)

Definition at line 48 of file hitran_xsec.cc.

References PI, and x0.

Referenced by XsecRecord::Extract().

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const XsecRecord xd 
)

Definition at line 350 of file hitran_xsec.cc.

References XsecRecord::Species().

Variable Documentation

◆ PI

const Numeric PI

Referenced by lorentz_pdf().