AtmPoint ######## .. currentmodule:: pyarts.arts .. autoclass:: AtmPoint .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts.arts.AtmPoint.flat_values` - Returns a flat list of values. * - Method - :func:`~pyarts.arts.AtmPoint.isotopologue_ratio` - Get the isotopologue ratio * - Method - :func:`~pyarts.arts.AtmPoint.keys` - Available keys * - Method - :func:`~pyarts.arts.AtmPoint.nlte_value` - Get the NLTE value * - Method - :func:`~pyarts.arts.AtmPoint.no_isotopologues` - Returns an atmospheric point without isotopologue ratios. * - Method - :func:`~pyarts.arts.AtmPoint.number_density` - Get the number density [1 / m :sup:`3`] of a species or of a species isotopologue. * - Method - :func:`~pyarts.arts.AtmPoint.readxml` - Read variable from file * - Method - :func:`~pyarts.arts.AtmPoint.savexml` - Saves variable to file * - Method - :func:`~pyarts.arts.AtmPoint.set_isotopologue_ratio` - Set the isotopologue ratio * - Method - :func:`~pyarts.arts.AtmPoint.set_nlte_value` - Set the NLTE value * - Method - :func:`~pyarts.arts.AtmPoint.set_species_vmr` - Set the VMR of the species * - Method - :func:`~pyarts.arts.AtmPoint.species_vmr` - Get the VMR of the species * - Method - :func:`~pyarts.arts.AtmPoint.to_dict` - Convert an atmospheric point to a dictionary. * - Method - :func:`~pyarts.arts.AtmPoint.update` - Update the atmospheric point with dictionary values. * - Static Method - :func:`~pyarts.arts.AtmPoint.from_dict` - Create an atmospheric point from a dictionary. * - Static Method - :func:`~pyarts.arts.AtmPoint.fromxml` - Create variable from file * - Attribute - :attr:`~pyarts.arts.AtmPoint.mag` - Magnetic field [T] * - Attribute - :attr:`~pyarts.arts.AtmPoint.pressure` - Pressure [Pa] * - Attribute - :attr:`~pyarts.arts.AtmPoint.temperature` - Temperature [K] * - Attribute - :attr:`~pyarts.arts.AtmPoint.wind` - Wind field [m/s] * - Operator - :func:`~pyarts.arts.AtmPoint.__eq__` - Return self==value. * - Operator - :func:`~pyarts.arts.AtmPoint.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts.arts.AtmPoint.__ge__` - Return self>=value. * - Operator - :func:`~pyarts.arts.AtmPoint.__getitem__` - __getitem__(self, arg: pyarts.arts.AtmKey | pyarts.arts.SpeciesEnum | pyarts.arts.SpeciesIsotope | pyarts.arts.QuantumIdentifier | pyarts.arts.ScatteringSpeciesProperty, /) -> float * - Operator - :func:`~pyarts.arts.AtmPoint.__getstate__` - __getstate__(self) -> tuple[list[pyarts.arts.AtmKey | pyarts.arts.SpeciesEnum | pyarts.arts.SpeciesIsotope | pyarts.arts.QuantumIdentifier | pyarts.arts.ScatteringSpeciesProperty], pyarts.arts.ArrayOfNumeric] * - Operator - :func:`~pyarts.arts.AtmPoint.__gt__` - Return self>value. * - Operator - :func:`~pyarts.arts.AtmPoint.__hash__` - Return hash(self). * - Operator - :func:`~pyarts.arts.AtmPoint.__init__` - __init__(self, arg: pyarts.arts.AtmPoint) -> None * - Operator - :func:`~pyarts.arts.AtmPoint.__le__` - Return self<=value. * - Operator - :func:`~pyarts.arts.AtmPoint.__lt__` - Return self str * - Operator - :func:`~pyarts.arts.AtmPoint.__setitem__` - __setitem__(self, arg0: pyarts.arts.AtmKey | pyarts.arts.SpeciesEnum | pyarts.arts.SpeciesIsotope | pyarts.arts.QuantumIdentifier | pyarts.arts.ScatteringSpeciesProperty, arg1: float, /) -> None * - Operator - :func:`~pyarts.arts.AtmPoint.__setstate__` - __setstate__(self, arg: tuple[collections.abc.Sequence[pyarts.arts.AtmKey | pyarts.arts.SpeciesEnum | pyarts.arts.SpeciesIsotope | pyarts.arts.QuantumIdentifier | pyarts.arts.ScatteringSpeciesProperty], pyarts.arts.ArrayOfNumeric], /) -> None * - Operator - :func:`~pyarts.arts.AtmPoint.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: AtmPoint.flat_values .. automethod:: AtmPoint.isotopologue_ratio .. automethod:: AtmPoint.keys .. automethod:: AtmPoint.nlte_value .. automethod:: AtmPoint.no_isotopologues .. automethod:: AtmPoint.number_density .. automethod:: AtmPoint.readxml .. automethod:: AtmPoint.savexml .. automethod:: AtmPoint.set_isotopologue_ratio .. automethod:: AtmPoint.set_nlte_value .. automethod:: AtmPoint.set_species_vmr .. automethod:: AtmPoint.species_vmr .. automethod:: AtmPoint.to_dict .. automethod:: AtmPoint.update .. rubric:: Static Methods .. automethod:: AtmPoint.from_dict .. automethod:: AtmPoint.fromxml .. rubric:: Attributes .. autoattribute:: AtmPoint.mag .. autoattribute:: AtmPoint.pressure .. autoattribute:: AtmPoint.temperature .. autoattribute:: AtmPoint.wind .. rubric:: Operators .. automethod:: AtmPoint.__eq__ .. automethod:: AtmPoint.__format__ .. automethod:: AtmPoint.__ge__ .. automethod:: AtmPoint.__getitem__ .. automethod:: AtmPoint.__getstate__ .. automethod:: AtmPoint.__gt__ .. automethod:: AtmPoint.__hash__ .. automethod:: AtmPoint.__init__ .. automethod:: AtmPoint.__le__ .. automethod:: AtmPoint.__lt__ .. automethod:: AtmPoint.__ne__ .. automethod:: AtmPoint.__repr__ .. automethod:: AtmPoint.__setitem__ .. automethod:: AtmPoint.__setstate__ .. automethod:: AtmPoint.__str__