pyarts.catalogues.CIARecord¶
-
class
pyarts.catalogues.
CIARecord
(molecule1=None, molecule2=None, data=None)[source]¶ Represents a CIARecord object.
See online ARTS documentation for object details.
-
__init__
(molecule1=None, molecule2=None, data=None)[source]¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
([molecule1, molecule2, data])Initialize self.
from_xml
(xmlelement)Loads a CIARecord object from an existing file.
write_xml
(xmlwriter[, attr])Write a CIARecord object to an ARTS XML file.
Attributes
data
Actual data stored in (list of) GriddedField2 objects.
molecule1
Name of the first molecule.
molecule2
Name of the second molecule.
-