pyarts.retrieval.RetrievalQuantity¶
-
class
pyarts.retrieval.
RetrievalQuantity
(maintag=None, subtag=None, subsubtag=None, mode=None, analytical=None, perturbation=None, grids=None)[source]¶ Represents a RetrievalQuantity object.
See online ARTS documentation for object details.
-
__init__
(maintag=None, subtag=None, subsubtag=None, mode=None, analytical=None, perturbation=None, grids=None)[source]¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
([maintag, subtag, subsubtag, mode, …])Initialize self.
from_xml
(xmlelement)Loads a RetrievalQuantity object from an existing file.
write_xml
(xmlwriter[, attr])Write a RetrievalQuantity object to an ARTS XML file.
Attributes
analytical
Flag to determine whether the retrieval was done analytically.
grids
Pressure grid.
maintag
MainTag of retrieval species.
mode
Retrieval mode.
perturbation
Amplitude of the perturbation.
subsubtag
Subsubtag of retrieval species.
subtag
Subtag of retrieval species.
-