ARTS  2.3.1285(git:92a29ea9-dirty)
hitran_xsec.h File Reference

Methods and classes for HITRAN absorption cross section data. More...

#include "arts.h"
#include "array.h"
#include "bifstream.h"
#include "matpackI.h"
#include "messages.h"
#include "mystring.h"

Go to the source code of this file.

Classes

class  XsecRecord
 

Typedefs

typedef Array< XsecRecordArrayOfXsecRecord
 

Functions

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)
 

Detailed Description

Methods and classes for HITRAN absorption cross section data.

Author
Oliver Lemke olive.nosp@m.r.le.nosp@m.mke@u.nosp@m.ni-h.nosp@m.ambur.nosp@m.g.de
Date
2018-01-08

Definition in file hitran_xsec.h.

Typedef Documentation

◆ ArrayOfXsecRecord

Definition at line 126 of file hitran_xsec.h.

Function Documentation

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

◆ operator<<()

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

Definition at line 350 of file hitran_xsec.cc.

References XsecRecord::Species().