PropagationPathPoint #################### .. currentmodule:: pyarts.arts .. autoclass:: PropagationPathPoint .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts.arts.PropagationPathPoint.readxml` - Read variable from file * - Method - :func:`~pyarts.arts.PropagationPathPoint.savexml` - Saves variable to file * - Static Method - :func:`~pyarts.arts.PropagationPathPoint.fromxml` - Create variable from file * - Attribute - :attr:`~pyarts.arts.PropagationPathPoint.los` - :class:`~pyarts.arts.Vector2` Path line-of-sight * - Attribute - :attr:`~pyarts.arts.PropagationPathPoint.los_type` - :class:`~pyarts.arts.PathPositionType` Path line-of-sight type * - Attribute - :attr:`~pyarts.arts.PropagationPathPoint.ngroup` - :class:`float` Path group refractive index * - Attribute - :attr:`~pyarts.arts.PropagationPathPoint.nreal` - :class:`float` Path real refractive index * - Attribute - :attr:`~pyarts.arts.PropagationPathPoint.pos` - :class:`~pyarts.arts.Vector3` Path position * - Attribute - :attr:`~pyarts.arts.PropagationPathPoint.pos_type` - :class:`~pyarts.arts.PathPositionType` Path position type * - Operator - :func:`~pyarts.arts.PropagationPathPoint.__eq__` - Return self==value. * - Operator - :func:`~pyarts.arts.PropagationPathPoint.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts.arts.PropagationPathPoint.__ge__` - Return self>=value. * - Operator - :func:`~pyarts.arts.PropagationPathPoint.__getstate__` - Helper for pickle. * - Operator - :func:`~pyarts.arts.PropagationPathPoint.__gt__` - Return self>value. * - Operator - :func:`~pyarts.arts.PropagationPathPoint.__hash__` - Return hash(self). * - Operator - :func:`~pyarts.arts.PropagationPathPoint.__init__` - __init__(self, arg: pyarts.arts.PropagationPathPoint) -> None * - Operator - :func:`~pyarts.arts.PropagationPathPoint.__le__` - Return self<=value. * - Operator - :func:`~pyarts.arts.PropagationPathPoint.__lt__` - Return self str * - Operator - :func:`~pyarts.arts.PropagationPathPoint.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: PropagationPathPoint.readxml .. automethod:: PropagationPathPoint.savexml .. rubric:: Static Methods .. automethod:: PropagationPathPoint.fromxml .. rubric:: Attributes .. autoattribute:: PropagationPathPoint.los .. autoattribute:: PropagationPathPoint.los_type .. autoattribute:: PropagationPathPoint.ngroup .. autoattribute:: PropagationPathPoint.nreal .. autoattribute:: PropagationPathPoint.pos .. autoattribute:: PropagationPathPoint.pos_type .. rubric:: Operators .. automethod:: PropagationPathPoint.__eq__ .. automethod:: PropagationPathPoint.__format__ .. automethod:: PropagationPathPoint.__ge__ .. automethod:: PropagationPathPoint.__getstate__ .. automethod:: PropagationPathPoint.__gt__ .. automethod:: PropagationPathPoint.__hash__ .. automethod:: PropagationPathPoint.__init__ .. automethod:: PropagationPathPoint.__le__ .. automethod:: PropagationPathPoint.__lt__ .. automethod:: PropagationPathPoint.__ne__ .. automethod:: PropagationPathPoint.__repr__ .. automethod:: PropagationPathPoint.__str__