CyclicGrid0to360 ################ .. currentmodule:: pyarts.arts.interp .. autoclass:: CyclicGrid0to360 .. rubric:: Overview .. list-table:: * - Attribute - :attr:`~pyarts.arts.interp.CyclicGrid0to360.order` - The order of the polynomial interpolation * - Attribute - :attr:`~pyarts.arts.interp.CyclicGrid0to360.pos` - The interpolation positions * - Attribute - :attr:`~pyarts.arts.interp.CyclicGrid0to360.weights` - The interpolation weights * - Operator - :func:`~pyarts.arts.interp.CyclicGrid0to360.__eq__` - Return self==value. * - Operator - :func:`~pyarts.arts.interp.CyclicGrid0to360.__format__` - Default object formatter. * - Operator - :func:`~pyarts.arts.interp.CyclicGrid0to360.__ge__` - Return self>=value. * - Operator - :func:`~pyarts.arts.interp.CyclicGrid0to360.__getstate__` - __getstate__(self) -> tuple[int, pyarts.arts.ArrayOfNumeric, my_interp::Empty] * - Operator - :func:`~pyarts.arts.interp.CyclicGrid0to360.__gt__` - Return self>value. * - Operator - :func:`~pyarts.arts.interp.CyclicGrid0to360.__hash__` - Return hash(self). * - Operator - :func:`~pyarts.arts.interp.CyclicGrid0to360.__init__` - Construct a Lagrange interpolation object * - Operator - :func:`~pyarts.arts.interp.CyclicGrid0to360.__le__` - Return self<=value. * - Operator - :func:`~pyarts.arts.interp.CyclicGrid0to360.__lt__` - Return self std::__cxx11::basic_string, std::allocator > * - Operator - :func:`~pyarts.arts.interp.CyclicGrid0to360.__setstate__` - __setstate__(self, arg: tuple[int, pyarts.arts.ArrayOfNumeric, pyarts.arts.ArrayOfNumeric], /) -> None * - Operator - :func:`~pyarts.arts.interp.CyclicGrid0to360.__str__` - __str__(self) -> std::__cxx11::basic_string, std::allocator > .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Attributes .. autoattribute:: CyclicGrid0to360.order .. autoattribute:: CyclicGrid0to360.pos .. autoattribute:: CyclicGrid0to360.weights .. rubric:: Operators .. automethod:: CyclicGrid0to360.__eq__ .. automethod:: CyclicGrid0to360.__format__ .. automethod:: CyclicGrid0to360.__ge__ .. automethod:: CyclicGrid0to360.__getstate__ .. automethod:: CyclicGrid0to360.__gt__ .. automethod:: CyclicGrid0to360.__hash__ .. automethod:: CyclicGrid0to360.__init__ .. automethod:: CyclicGrid0to360.__le__ .. automethod:: CyclicGrid0to360.__lt__ .. automethod:: CyclicGrid0to360.__ne__ .. automethod:: CyclicGrid0to360.__repr__ .. automethod:: CyclicGrid0to360.__setstate__ .. automethod:: CyclicGrid0to360.__str__