107 const Index& apply_tfit,
129 const Index species);
133 #endif // HITRAN_XSEC_H INDEX Index
The type to use for all integer numbers and indices.
ArrayOfVector & Xsecs()
Get cross sections.
const ArrayOfVector & TemperatureSlope() const
Get slope of temperature fit.
const ArrayOfVector & Fgrids() const
Get frequency grids of cross sections.
ArrayOfVector & Fgrids()
Get frequency grids of cross sections.
void SetSpecies(const Index species)
Set species name.
std::ostream & operator<<(std::ostream &os, const XsecRecord &xd)
Declarations having to do with the four output streams.
ArrayOfVector & TemperatureIntersect()
Get intersect of temperature fit.
ConstVectorView RefPressure() const
Get reference pressures.
ArrayOfVector & TemperatureSlope()
Get slope of temperature fit.
This file contains the definition of Array.
ConstVectorView RefTemperature() const
Get reference temperatures.
ArrayOfVector mtintersect
The global header file for ARTS.
friend void xml_read_from_stream(std::istream &is_xml, XsecRecord &cr, bifstream *pbifs, const Verbosity &verbosity)
Binary output file stream class.
This file contains the class declaration of bifstream.
Index hitran_xsec_get_index(const ArrayOfXsecRecord &xsec_data, const Index species)
Get the index in hitran_xsec_data for the given species.
NUMERIC Numeric
The type to use for all floating point numbers.
void Extract(VectorView result, ConstVectorView f_grid, const Numeric &pressure, const Numeric &temperature, const Index &apply_tfit, const Verbosity &verbosity) const
Interpolate cross section data.
Implementation of Matrix, Vector, and such stuff.
Index Species() const
Return species index.
Array< XsecRecord > ArrayOfXsecRecord
Vector & RefTemperature()
Get reference temperatures.
A constant view of a Vector.
Vector & Coeffs()
Get coefficients.
const ArrayOfVector & Xsecs() const
Get cross sections.
ConstVectorView Coeffs() const
Get coefficients.
String SpeciesName() const
Return species name.
const ArrayOfVector & TemperatureIntersect() const
Get intersect of temperature fit.
Vector & RefPressure()
Get reference pressures.
This file contains the definition of String, the ARTS string class.