Index ##### .. currentmodule:: pyarts3.arts .. autoclass:: Index .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts3.arts.Index.conj` - See :attr:`numpy.ndarray.conj` * - Method - :func:`~pyarts3.arts.Index.conjugate` - See :attr:`numpy.ndarray.conjugate` * - Method - :func:`~pyarts3.arts.Index.copy` - See :attr:`numpy.ndarray.copy` * - Method - :func:`~pyarts3.arts.Index.cumprod` - See :attr:`numpy.ndarray.cumprod` * - Method - :func:`~pyarts3.arts.Index.cumsum` - See :attr:`numpy.ndarray.cumsum` * - Method - :func:`~pyarts3.arts.Index.diagonal` - See :attr:`numpy.ndarray.diagonal` * - Method - :func:`~pyarts3.arts.Index.fill` - See :attr:`numpy.ndarray.fill` * - Method - :func:`~pyarts3.arts.Index.flatten` - See :attr:`numpy.ndarray.flatten` * - Method - :func:`~pyarts3.arts.Index.max` - See :attr:`numpy.ndarray.max` * - Method - :func:`~pyarts3.arts.Index.mean` - See :attr:`numpy.ndarray.mean` * - Method - :func:`~pyarts3.arts.Index.min` - See :attr:`numpy.ndarray.min` * - Method - :func:`~pyarts3.arts.Index.nonzero` - See :attr:`numpy.ndarray.nonzero` * - Method - :func:`~pyarts3.arts.Index.prod` - See :attr:`numpy.ndarray.prod` * - Method - :func:`~pyarts3.arts.Index.ravel` - See :attr:`numpy.ndarray.ravel` * - Method - :func:`~pyarts3.arts.Index.readxml` - Read variable from file * - Method - :func:`~pyarts3.arts.Index.repeat` - See :attr:`numpy.ndarray.repeat` * - Method - :func:`~pyarts3.arts.Index.reshape` - See :attr:`numpy.ndarray.reshape` * - Method - :func:`~pyarts3.arts.Index.round` - See :attr:`numpy.ndarray.round` * - Method - :func:`~pyarts3.arts.Index.savexml` - Saves variable to file * - Method - :func:`~pyarts3.arts.Index.squeeze` - See :attr:`numpy.ndarray.squeeze` * - Method - :func:`~pyarts3.arts.Index.std` - See :attr:`numpy.ndarray.std` * - Method - :func:`~pyarts3.arts.Index.sum` - See :attr:`numpy.ndarray.sum` * - Method - :func:`~pyarts3.arts.Index.tolist` - See :attr:`numpy.ndarray.tolist` * - Method - :func:`~pyarts3.arts.Index.trace` - See :attr:`numpy.ndarray.trace` * - Method - :func:`~pyarts3.arts.Index.transpose` - See :attr:`numpy.ndarray.transpose` * - Method - :func:`~pyarts3.arts.Index.var` - See :attr:`numpy.ndarray.var` * - Static Method - :func:`~pyarts3.arts.Index.fromxml` - Create variable from file * - Attribute - :attr:`~pyarts3.arts.Index.T` - See :attr:`numpy.ndarray.T`. * - Attribute - :attr:`~pyarts3.arts.Index.dtype` - See :attr:`numpy.ndarray.dtype`. * - Attribute - :attr:`~pyarts3.arts.Index.imag` - See :attr:`numpy.ndarray.imag`. * - Attribute - :attr:`~pyarts3.arts.Index.itemsize` - See :attr:`numpy.ndarray.itemsize`. * - Attribute - :attr:`~pyarts3.arts.Index.nbytes` - See :attr:`numpy.ndarray.nbytes`. * - Attribute - :attr:`~pyarts3.arts.Index.ndim` - See :attr:`numpy.ndarray.ndim`. * - Attribute - :attr:`~pyarts3.arts.Index.real` - See :attr:`numpy.ndarray.real`. * - Attribute - :attr:`~pyarts3.arts.Index.shape` - See :attr:`numpy.ndarray.shape`. * - Attribute - :attr:`~pyarts3.arts.Index.size` - See :attr:`numpy.ndarray.size`. * - Attribute - :attr:`~pyarts3.arts.Index.strides` - See :attr:`numpy.ndarray.strides`. * - Attribute - :attr:`~pyarts3.arts.Index.value` - A :class:`~numpy.ndarray` of the object. * - Operator - :func:`~pyarts3.arts.Index.__abs__` - See :attr:`numpy.ndarray.__abs__` * - Operator - :func:`~pyarts3.arts.Index.__add__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.Index.__and__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.Index.__array__` - Returns a :class:`~numpy.ndarray` of the object. * - Operator - :func:`~pyarts3.arts.Index.__contains__` - See :attr:`numpy.ndarray.__contains__` * - Operator - :func:`~pyarts3.arts.Index.__divmod__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.Index.__eq__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.Index.__floordiv__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.Index.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts3.arts.Index.__ge__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.Index.__getitem__` - See :attr:`numpy.ndarray.__getitem__` * - Operator - :func:`~pyarts3.arts.Index.__getstate__` - __getstate__(self) -> tuple[int] * - Operator - :func:`~pyarts3.arts.Index.__gt__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.Index.__hash__` - Allows hashing * - Operator - :func:`~pyarts3.arts.Index.__iadd__` - See :attr:`numpy.ndarray.__iadd__` * - Operator - :func:`~pyarts3.arts.Index.__iand__` - See :attr:`numpy.ndarray.__iand__` * - Operator - :func:`~pyarts3.arts.Index.__ifloordiv__` - See :attr:`numpy.ndarray.__ifloordiv__` * - Operator - :func:`~pyarts3.arts.Index.__imatmul__` - See :attr:`numpy.ndarray.__imatmul__` * - Operator - :func:`~pyarts3.arts.Index.__imod__` - See :attr:`numpy.ndarray.__imod__` * - Operator - :func:`~pyarts3.arts.Index.__imul__` - See :attr:`numpy.ndarray.__imul__` * - Operator - :func:`~pyarts3.arts.Index.__init__` - __init__(self, arg: pyarts3.arts.Index) -> None * - Operator - :func:`~pyarts3.arts.Index.__ior__` - See :attr:`numpy.ndarray.__ior__` * - Operator - :func:`~pyarts3.arts.Index.__ipow__` - See :attr:`numpy.ndarray.__ipow__` * - Operator - :func:`~pyarts3.arts.Index.__isub__` - See :attr:`numpy.ndarray.__isub__` * - Operator - :func:`~pyarts3.arts.Index.__iter__` - See :attr:`numpy.ndarray.__iter__` * - Operator - :func:`~pyarts3.arts.Index.__itruediv__` - See :attr:`numpy.ndarray.__itruediv__` * - Operator - :func:`~pyarts3.arts.Index.__le__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.Index.__len__` - See :attr:`numpy.ndarray.__len__` * - Operator - :func:`~pyarts3.arts.Index.__lt__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.Index.__matmul__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.Index.__mod__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.Index.__mul__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.Index.__ne__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.Index.__or__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.Index.__pow__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.Index.__radd__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.Index.__rand__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.Index.__rdivmod__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.Index.__repr__` - __repr__(self) -> str * - Operator - :func:`~pyarts3.arts.Index.__rfloordiv__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.Index.__rmatmul__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.Index.__rmod__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.Index.__rmul__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.Index.__ror__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.Index.__rpow__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.Index.__rsub__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.Index.__rtruediv__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.Index.__setitem__` - See :attr:`numpy.ndarray.__setitem__` * - Operator - :func:`~pyarts3.arts.Index.__setstate__` - __setstate__(self, arg: tuple[int], /) -> None * - Operator - :func:`~pyarts3.arts.Index.__str__` - __str__(self) -> str * - Operator - :func:`~pyarts3.arts.Index.__truediv__` - Overloaded function. .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: Index.conj .. automethod:: Index.conjugate .. automethod:: Index.copy .. automethod:: Index.cumprod .. automethod:: Index.cumsum .. automethod:: Index.diagonal .. automethod:: Index.fill .. automethod:: Index.flatten .. automethod:: Index.max .. automethod:: Index.mean .. automethod:: Index.min .. automethod:: Index.nonzero .. automethod:: Index.prod .. automethod:: Index.ravel .. automethod:: Index.readxml .. automethod:: Index.repeat .. automethod:: Index.reshape .. automethod:: Index.round .. automethod:: Index.savexml .. automethod:: Index.squeeze .. automethod:: Index.std .. automethod:: Index.sum .. automethod:: Index.tolist .. automethod:: Index.trace .. automethod:: Index.transpose .. automethod:: Index.var .. rubric:: Static Methods .. automethod:: Index.fromxml .. rubric:: Attributes .. attribute:: Index.T :type: object See :attr:`numpy.ndarray.T`. .. :class:`object` .. attribute:: Index.dtype :type: object See :attr:`numpy.ndarray.dtype`. .. :class:`object` .. attribute:: Index.imag :type: object See :attr:`numpy.ndarray.imag`. .. :class:`object` .. attribute:: Index.itemsize :type: object See :attr:`numpy.ndarray.itemsize`. .. :class:`object` .. attribute:: Index.nbytes :type: object See :attr:`numpy.ndarray.nbytes`. .. :class:`object` .. attribute:: Index.ndim :type: object See :attr:`numpy.ndarray.ndim`. .. :class:`object` .. attribute:: Index.real :type: object See :attr:`numpy.ndarray.real`. .. :class:`object` .. attribute:: Index.shape :type: object See :attr:`numpy.ndarray.shape`. .. :class:`object` .. attribute:: Index.size :type: object See :attr:`numpy.ndarray.size`. .. :class:`object` .. attribute:: Index.strides :type: object See :attr:`numpy.ndarray.strides`. .. :class:`object` .. attribute:: Index.value :type: numpy.ndarray A :class:`~numpy.ndarray` of the object. .. :class:`numpy.ndarray` .. rubric:: Operators .. automethod:: Index.__abs__ .. automethod:: Index.__add__ .. automethod:: Index.__and__ .. automethod:: Index.__array__ .. automethod:: Index.__contains__ .. automethod:: Index.__divmod__ .. automethod:: Index.__eq__ .. automethod:: Index.__floordiv__ .. automethod:: Index.__format__ .. automethod:: Index.__ge__ .. automethod:: Index.__getitem__ .. automethod:: Index.__getstate__ .. automethod:: Index.__gt__ .. automethod:: Index.__hash__ .. automethod:: Index.__iadd__ .. automethod:: Index.__iand__ .. automethod:: Index.__ifloordiv__ .. automethod:: Index.__imatmul__ .. automethod:: Index.__imod__ .. automethod:: Index.__imul__ .. automethod:: Index.__init__ .. automethod:: Index.__ior__ .. automethod:: Index.__ipow__ .. automethod:: Index.__isub__ .. automethod:: Index.__iter__ .. automethod:: Index.__itruediv__ .. automethod:: Index.__le__ .. automethod:: Index.__len__ .. automethod:: Index.__lt__ .. automethod:: Index.__matmul__ .. automethod:: Index.__mod__ .. automethod:: Index.__mul__ .. automethod:: Index.__ne__ .. automethod:: Index.__or__ .. automethod:: Index.__pow__ .. automethod:: Index.__radd__ .. automethod:: Index.__rand__ .. automethod:: Index.__rdivmod__ .. automethod:: Index.__repr__ .. automethod:: Index.__rfloordiv__ .. automethod:: Index.__rmatmul__ .. automethod:: Index.__rmod__ .. automethod:: Index.__rmul__ .. automethod:: Index.__ror__ .. automethod:: Index.__rpow__ .. automethod:: Index.__rsub__ .. automethod:: Index.__rtruediv__ .. automethod:: Index.__setitem__ .. automethod:: Index.__setstate__ .. automethod:: Index.__str__ .. automethod:: Index.__truediv__