ArrayOfIndex ############ .. currentmodule:: pyarts.arts .. autoclass:: ArrayOfIndex .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts.arts.ArrayOfIndex.append` - Append `arg` to the end of the list. * - Method - :func:`~pyarts.arts.ArrayOfIndex.clear` - Remove all items from list. * - Method - :func:`~pyarts.arts.ArrayOfIndex.conj` - Wrapper for :attr:`numpy.ndarray.conj` using ARTS types. * - Method - :func:`~pyarts.arts.ArrayOfIndex.conjugate` - Wrapper for :attr:`numpy.ndarray.conjugate` using ARTS types. * - Method - :func:`~pyarts.arts.ArrayOfIndex.copy` - Wrapper for :attr:`numpy.ndarray.copy` using ARTS types. * - Method - :func:`~pyarts.arts.ArrayOfIndex.count` - Return number of occurrences of `arg`. * - Method - :func:`~pyarts.arts.ArrayOfIndex.cumprod` - Wrapper for :attr:`numpy.ndarray.cumprod` using ARTS types. * - Method - :func:`~pyarts.arts.ArrayOfIndex.cumsum` - Wrapper for :attr:`numpy.ndarray.cumsum` using ARTS types. * - Method - :func:`~pyarts.arts.ArrayOfIndex.diagonal` - Wrapper for :attr:`numpy.ndarray.diagonal` using ARTS types. * - Method - :func:`~pyarts.arts.ArrayOfIndex.extend` - Extend `self` by appending elements from `arg`. * - Method - :func:`~pyarts.arts.ArrayOfIndex.fill` - Wrapper for :attr:`numpy.ndarray.fill` using ARTS types. * - Method - :func:`~pyarts.arts.ArrayOfIndex.flatten` - Wrapper for :attr:`numpy.ndarray.flatten` using ARTS types. * - Method - :func:`~pyarts.arts.ArrayOfIndex.index` - Return first occurence of value between `start` and `end` - defaults to full range * - Method - :func:`~pyarts.arts.ArrayOfIndex.insert` - Insert object `arg1` before index `arg0`. * - Method - :func:`~pyarts.arts.ArrayOfIndex.max` - Wrapper for :attr:`numpy.ndarray.max` using ARTS types. * - Method - :func:`~pyarts.arts.ArrayOfIndex.mean` - Wrapper for :attr:`numpy.ndarray.mean` using ARTS types. * - Method - :func:`~pyarts.arts.ArrayOfIndex.min` - Wrapper for :attr:`numpy.ndarray.min` using ARTS types. * - Method - :func:`~pyarts.arts.ArrayOfIndex.nonzero` - Wrapper for :attr:`numpy.ndarray.nonzero` using ARTS types. * - Method - :func:`~pyarts.arts.ArrayOfIndex.pop` - Remove and return item at `index` (default last). * - Method - :func:`~pyarts.arts.ArrayOfIndex.prod` - Wrapper for :attr:`numpy.ndarray.prod` using ARTS types. * - Method - :func:`~pyarts.arts.ArrayOfIndex.ravel` - Wrapper for :attr:`numpy.ndarray.ravel` using ARTS types. * - Method - :func:`~pyarts.arts.ArrayOfIndex.readxml` - Read variable from file * - Method - :func:`~pyarts.arts.ArrayOfIndex.remove` - Remove first occurrence of `arg`. * - Method - :func:`~pyarts.arts.ArrayOfIndex.repeat` - Wrapper for :attr:`numpy.ndarray.repeat` using ARTS types. * - Method - :func:`~pyarts.arts.ArrayOfIndex.reshape` - Wrapper for :attr:`numpy.ndarray.reshape` using ARTS types. * - Method - :func:`~pyarts.arts.ArrayOfIndex.round` - Wrapper for :attr:`numpy.ndarray.round` using ARTS types. * - Method - :func:`~pyarts.arts.ArrayOfIndex.savexml` - Saves variable to file * - Method - :func:`~pyarts.arts.ArrayOfIndex.squeeze` - Wrapper for :attr:`numpy.ndarray.squeeze` using ARTS types. * - Method - :func:`~pyarts.arts.ArrayOfIndex.std` - Wrapper for :attr:`numpy.ndarray.std` using ARTS types. * - Method - :func:`~pyarts.arts.ArrayOfIndex.sum` - Wrapper for :attr:`numpy.ndarray.sum` using ARTS types. * - Method - :func:`~pyarts.arts.ArrayOfIndex.tolist` - Wrapper for :attr:`numpy.ndarray.tolist` using ARTS types. * - Method - :func:`~pyarts.arts.ArrayOfIndex.trace` - Wrapper for :attr:`numpy.ndarray.trace` using ARTS types. * - Method - :func:`~pyarts.arts.ArrayOfIndex.transpose` - Wrapper for :attr:`numpy.ndarray.transpose` using ARTS types. * - Method - :func:`~pyarts.arts.ArrayOfIndex.var` - Wrapper for :attr:`numpy.ndarray.var` using ARTS types. * - Static Method - :func:`~pyarts.arts.ArrayOfIndex.fromxml` - Create variable from file * - Attribute - :attr:`~pyarts.arts.ArrayOfIndex.T` - Wrapper for :attr:`numpy.ndarray.T` using ARTS types. * - Attribute - :attr:`~pyarts.arts.ArrayOfIndex.dtype` - Wrapper for :attr:`numpy.ndarray.dtype` using ARTS types. * - Attribute - :attr:`~pyarts.arts.ArrayOfIndex.imag` - Wrapper for :attr:`numpy.ndarray.imag` using ARTS types. * - Attribute - :attr:`~pyarts.arts.ArrayOfIndex.itemsize` - Wrapper for :attr:`numpy.ndarray.itemsize` using ARTS types. * - Attribute - :attr:`~pyarts.arts.ArrayOfIndex.nbytes` - Wrapper for :attr:`numpy.ndarray.nbytes` using ARTS types. * - Attribute - :attr:`~pyarts.arts.ArrayOfIndex.ndim` - Wrapper for :attr:`numpy.ndarray.ndim` using ARTS types. * - Attribute - :attr:`~pyarts.arts.ArrayOfIndex.real` - Wrapper for :attr:`numpy.ndarray.real` using ARTS types. * - Attribute - :attr:`~pyarts.arts.ArrayOfIndex.shape` - Wrapper for :attr:`numpy.ndarray.shape` using ARTS types. * - Attribute - :attr:`~pyarts.arts.ArrayOfIndex.size` - Wrapper for :attr:`numpy.ndarray.size` using ARTS types. * - Attribute - :attr:`~pyarts.arts.ArrayOfIndex.strides` - Wrapper for :attr:`numpy.ndarray.strides` using ARTS types. * - Attribute - :attr:`~pyarts.arts.ArrayOfIndex.value` - A :class:`~numpy.ndarray` of the object. * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__abs__` - Allows `abs(self)` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__add__` - Allows `self + value` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__and__` - Allows `self and value` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__array__` - __array__(self, dtype: object | None = None, copy: object | None = None) -> object * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__contains__` - Overloaded function. * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__delitem__` - Overloaded function. * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__divmod__` - Allows `divmod(self, value)` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__eq__` - Overloaded function. * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__floordiv__` - Allows `self // value` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__ge__` - Allows `self >= value` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__getitem__` - Overloaded function. * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__getstate__` - __getstate__(self) -> tuple[pyarts.arts.ArrayOfIndex] * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__gt__` - Allows `self > value` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__hash__` - Return hash(self). * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__iadd__` - Allows `self += value` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__iand__` - Allows `self &= value` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__ifloordiv__` - Allows `self //= value` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__imatmul__` - Allows `self @= value` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__imod__` - Allows `self %= value` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__imul__` - Allows `self *= value` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__init__` - Overloaded function. * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__ior__` - Allows `self |= value` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__ipow__` - Allows `self **= value` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__isub__` - Allows `self -= value` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__iter__` - Allows `iter(self)` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__itruediv__` - Allows `self /= value` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__le__` - Allows `self <= value` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__len__` - Overloaded function. * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__lt__` - Allows `self < value` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__matmul__` - Allows `self @ value` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__mod__` - Allows `self % value` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__mul__` - Allows `self * value` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__ne__` - Overloaded function. * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__or__` - Allows `self | value` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__pow__` - Allows `self ** value` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__radd__` - Allows `value + self` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__rand__` - Allows `value & self` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__rdivmod__` - Allows `value / self` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__repr__` - __repr__(self) -> str * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__rfloordiv__` - Allows `value // self` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__rmatmul__` - Allows `value @ self` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__rmod__` - Allows `value % self` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__rmul__` - Allows `value * self` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__ror__` - Allows `value | self` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__rpow__` - Allows `value ** self` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__rsub__` - Allows `value - self` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__rtruediv__` - Allows `value / self` * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__setitem__` - Overloaded function. * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__setstate__` - __setstate__(self, arg: tuple[pyarts.arts.ArrayOfIndex]) -> None * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__str__` - __str__(self) -> str * - Operator - :func:`~pyarts.arts.ArrayOfIndex.__truediv__` - Allows `self / value` .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: ArrayOfIndex.append .. automethod:: ArrayOfIndex.clear .. automethod:: ArrayOfIndex.conj .. automethod:: ArrayOfIndex.conjugate .. automethod:: ArrayOfIndex.copy .. automethod:: ArrayOfIndex.count .. automethod:: ArrayOfIndex.cumprod .. automethod:: ArrayOfIndex.cumsum .. automethod:: ArrayOfIndex.diagonal .. automethod:: ArrayOfIndex.extend .. automethod:: ArrayOfIndex.fill .. automethod:: ArrayOfIndex.flatten .. automethod:: ArrayOfIndex.index .. automethod:: ArrayOfIndex.insert .. automethod:: ArrayOfIndex.max .. automethod:: ArrayOfIndex.mean .. automethod:: ArrayOfIndex.min .. automethod:: ArrayOfIndex.nonzero .. automethod:: ArrayOfIndex.pop .. automethod:: ArrayOfIndex.prod .. automethod:: ArrayOfIndex.ravel .. automethod:: ArrayOfIndex.readxml .. automethod:: ArrayOfIndex.remove .. automethod:: ArrayOfIndex.repeat .. automethod:: ArrayOfIndex.reshape .. automethod:: ArrayOfIndex.round .. automethod:: ArrayOfIndex.savexml .. automethod:: ArrayOfIndex.squeeze .. automethod:: ArrayOfIndex.std .. automethod:: ArrayOfIndex.sum .. automethod:: ArrayOfIndex.tolist .. automethod:: ArrayOfIndex.trace .. automethod:: ArrayOfIndex.transpose .. automethod:: ArrayOfIndex.var .. rubric:: Static Methods .. automethod:: ArrayOfIndex.fromxml .. rubric:: Attributes .. autoattribute:: ArrayOfIndex.T .. autoattribute:: ArrayOfIndex.dtype .. autoattribute:: ArrayOfIndex.imag .. autoattribute:: ArrayOfIndex.itemsize .. autoattribute:: ArrayOfIndex.nbytes .. autoattribute:: ArrayOfIndex.ndim .. autoattribute:: ArrayOfIndex.real .. autoattribute:: ArrayOfIndex.shape .. autoattribute:: ArrayOfIndex.size .. autoattribute:: ArrayOfIndex.strides .. autoattribute:: ArrayOfIndex.value .. rubric:: Operators .. automethod:: ArrayOfIndex.__abs__ .. automethod:: ArrayOfIndex.__add__ .. automethod:: ArrayOfIndex.__and__ .. automethod:: ArrayOfIndex.__array__ .. automethod:: ArrayOfIndex.__contains__ .. automethod:: ArrayOfIndex.__delitem__ .. automethod:: ArrayOfIndex.__divmod__ .. automethod:: ArrayOfIndex.__eq__ .. automethod:: ArrayOfIndex.__floordiv__ .. automethod:: ArrayOfIndex.__format__ .. automethod:: ArrayOfIndex.__ge__ .. automethod:: ArrayOfIndex.__getitem__ .. automethod:: ArrayOfIndex.__getstate__ .. automethod:: ArrayOfIndex.__gt__ .. automethod:: ArrayOfIndex.__hash__ .. automethod:: ArrayOfIndex.__iadd__ .. automethod:: ArrayOfIndex.__iand__ .. automethod:: ArrayOfIndex.__ifloordiv__ .. automethod:: ArrayOfIndex.__imatmul__ .. automethod:: ArrayOfIndex.__imod__ .. automethod:: ArrayOfIndex.__imul__ .. automethod:: ArrayOfIndex.__init__ .. automethod:: ArrayOfIndex.__ior__ .. automethod:: ArrayOfIndex.__ipow__ .. automethod:: ArrayOfIndex.__isub__ .. automethod:: ArrayOfIndex.__iter__ .. automethod:: ArrayOfIndex.__itruediv__ .. automethod:: ArrayOfIndex.__le__ .. automethod:: ArrayOfIndex.__len__ .. automethod:: ArrayOfIndex.__lt__ .. automethod:: ArrayOfIndex.__matmul__ .. automethod:: ArrayOfIndex.__mod__ .. automethod:: ArrayOfIndex.__mul__ .. automethod:: ArrayOfIndex.__ne__ .. automethod:: ArrayOfIndex.__or__ .. automethod:: ArrayOfIndex.__pow__ .. automethod:: ArrayOfIndex.__radd__ .. automethod:: ArrayOfIndex.__rand__ .. automethod:: ArrayOfIndex.__rdivmod__ .. automethod:: ArrayOfIndex.__repr__ .. automethod:: ArrayOfIndex.__rfloordiv__ .. automethod:: ArrayOfIndex.__rmatmul__ .. automethod:: ArrayOfIndex.__rmod__ .. automethod:: ArrayOfIndex.__rmul__ .. automethod:: ArrayOfIndex.__ror__ .. automethod:: ArrayOfIndex.__rpow__ .. automethod:: ArrayOfIndex.__rsub__ .. automethod:: ArrayOfIndex.__rtruediv__ .. automethod:: ArrayOfIndex.__setitem__ .. automethod:: ArrayOfIndex.__setstate__ .. automethod:: ArrayOfIndex.__str__ .. automethod:: ArrayOfIndex.__truediv__