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
analyticalFlag to determine whether the retrieval was done analytically.
gridsPressure grid.
maintagMainTag of retrieval species.
modeRetrieval mode.
perturbationAmplitude of the perturbation.
subsubtagSubsubtag of retrieval species.
subtagSubtag of retrieval species.
-