Declarations required for the calculation of absorption coefficients.
void xml_read_arts_catalogue_from_file(const String &filename, ArrayOfLineRecord &type, const Numeric &fmin, const Numeric &fmax, const Verbosity &verbosity)
void xml_read_from_file(const String &filename, T &type, const Verbosity &verbosity)
Reads data from XML file.
This can be used to make arrays out of anything.
The implementation for String, the ARTS string class.
NUMERIC Numeric
The type to use for all floating point numbers.
void xml_write_to_file(const String &filename, const T &type, const FileType ftype, const Index no_clobber, const Verbosity &verbosity)
Write data to XML file.
void filename_xml_with_index(String &filename, const Index &file_index, const String &varname)
Gives the default filename, with file index, for the XML formats.
void filename_xml(String &filename, const String &varname)
Gives the default filename for the XML formats.
INDEX Index
The type to use for all integer numbers and indices.
This file contains the definition of String, the ARTS string class.