StokvecTensor5 ############## .. currentmodule:: pyarts.arts .. autoclass:: StokvecTensor5 .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts.arts.StokvecTensor5.conj` - Wrapper for :attr:`numpy.ndarray.conj` using ARTS types. * - Method - :func:`~pyarts.arts.StokvecTensor5.conjugate` - Wrapper for :attr:`numpy.ndarray.conjugate` using ARTS types. * - Method - :func:`~pyarts.arts.StokvecTensor5.copy` - Wrapper for :attr:`numpy.ndarray.copy` using ARTS types. * - Method - :func:`~pyarts.arts.StokvecTensor5.cumprod` - Wrapper for :attr:`numpy.ndarray.cumprod` using ARTS types. * - Method - :func:`~pyarts.arts.StokvecTensor5.cumsum` - Wrapper for :attr:`numpy.ndarray.cumsum` using ARTS types. * - Method - :func:`~pyarts.arts.StokvecTensor5.diagonal` - Wrapper for :attr:`numpy.ndarray.diagonal` using ARTS types. * - Method - :func:`~pyarts.arts.StokvecTensor5.fill` - Wrapper for :attr:`numpy.ndarray.fill` using ARTS types. * - Method - :func:`~pyarts.arts.StokvecTensor5.flatten` - Wrapper for :attr:`numpy.ndarray.flatten` using ARTS types. * - Method - :func:`~pyarts.arts.StokvecTensor5.max` - Wrapper for :attr:`numpy.ndarray.max` using ARTS types. * - Method - :func:`~pyarts.arts.StokvecTensor5.mean` - Wrapper for :attr:`numpy.ndarray.mean` using ARTS types. * - Method - :func:`~pyarts.arts.StokvecTensor5.min` - Wrapper for :attr:`numpy.ndarray.min` using ARTS types. * - Method - :func:`~pyarts.arts.StokvecTensor5.nonzero` - Wrapper for :attr:`numpy.ndarray.nonzero` using ARTS types. * - Method - :func:`~pyarts.arts.StokvecTensor5.prod` - Wrapper for :attr:`numpy.ndarray.prod` using ARTS types. * - Method - :func:`~pyarts.arts.StokvecTensor5.ravel` - Wrapper for :attr:`numpy.ndarray.ravel` using ARTS types. * - Method - :func:`~pyarts.arts.StokvecTensor5.readxml` - Read variable from file * - Method - :func:`~pyarts.arts.StokvecTensor5.repeat` - Wrapper for :attr:`numpy.ndarray.repeat` using ARTS types. * - Method - :func:`~pyarts.arts.StokvecTensor5.reshape` - Wrapper for :attr:`numpy.ndarray.reshape` using ARTS types. * - Method - :func:`~pyarts.arts.StokvecTensor5.round` - Wrapper for :attr:`numpy.ndarray.round` using ARTS types. * - Method - :func:`~pyarts.arts.StokvecTensor5.savexml` - Saves variable to file * - Method - :func:`~pyarts.arts.StokvecTensor5.squeeze` - Wrapper for :attr:`numpy.ndarray.squeeze` using ARTS types. * - Method - :func:`~pyarts.arts.StokvecTensor5.std` - Wrapper for :attr:`numpy.ndarray.std` using ARTS types. * - Method - :func:`~pyarts.arts.StokvecTensor5.sum` - Wrapper for :attr:`numpy.ndarray.sum` using ARTS types. * - Method - :func:`~pyarts.arts.StokvecTensor5.tolist` - Wrapper for :attr:`numpy.ndarray.tolist` using ARTS types. * - Method - :func:`~pyarts.arts.StokvecTensor5.trace` - Wrapper for :attr:`numpy.ndarray.trace` using ARTS types. * - Method - :func:`~pyarts.arts.StokvecTensor5.transpose` - Wrapper for :attr:`numpy.ndarray.transpose` using ARTS types. * - Method - :func:`~pyarts.arts.StokvecTensor5.var` - Wrapper for :attr:`numpy.ndarray.var` using ARTS types. * - Static Method - :func:`~pyarts.arts.StokvecTensor5.fromxml` - Create variable from file * - Attribute - :attr:`~pyarts.arts.StokvecTensor5.T` - Wrapper for :attr:`numpy.ndarray.T` using ARTS types. * - Attribute - :attr:`~pyarts.arts.StokvecTensor5.dtype` - Wrapper for :attr:`numpy.ndarray.dtype` using ARTS types. * - Attribute - :attr:`~pyarts.arts.StokvecTensor5.imag` - Wrapper for :attr:`numpy.ndarray.imag` using ARTS types. * - Attribute - :attr:`~pyarts.arts.StokvecTensor5.itemsize` - Wrapper for :attr:`numpy.ndarray.itemsize` using ARTS types. * - Attribute - :attr:`~pyarts.arts.StokvecTensor5.nbytes` - Wrapper for :attr:`numpy.ndarray.nbytes` using ARTS types. * - Attribute - :attr:`~pyarts.arts.StokvecTensor5.ndim` - Wrapper for :attr:`numpy.ndarray.ndim` using ARTS types. * - Attribute - :attr:`~pyarts.arts.StokvecTensor5.real` - Wrapper for :attr:`numpy.ndarray.real` using ARTS types. * - Attribute - :attr:`~pyarts.arts.StokvecTensor5.shape` - Wrapper for :attr:`numpy.ndarray.shape` using ARTS types. * - Attribute - :attr:`~pyarts.arts.StokvecTensor5.size` - Wrapper for :attr:`numpy.ndarray.size` using ARTS types. * - Attribute - :attr:`~pyarts.arts.StokvecTensor5.strides` - Wrapper for :attr:`numpy.ndarray.strides` using ARTS types. * - Attribute - :attr:`~pyarts.arts.StokvecTensor5.value` - A :class:`~numpy.ndarray` of the object. * - Operator - :func:`~pyarts.arts.StokvecTensor5.__abs__` - Allows `abs(self)` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__add__` - Allows `self + value` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__and__` - Allows `self and value` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__array__` - Returns a :class:`~numpy.ndarray` of the object. * - Operator - :func:`~pyarts.arts.StokvecTensor5.__contains__` - Allows `key in self` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__divmod__` - Allows `divmod(self, value)` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__eq__` - Allows `self == value` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__floordiv__` - Allows `self // value` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts.arts.StokvecTensor5.__ge__` - Allows `self >= value` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__getitem__` - Allows `self[key]` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__getstate__` - Helper for pickle. * - Operator - :func:`~pyarts.arts.StokvecTensor5.__gt__` - Allows `self > value` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__hash__` - Return hash(self). * - Operator - :func:`~pyarts.arts.StokvecTensor5.__iadd__` - Allows `self += value` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__iand__` - Allows `self &= value` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__ifloordiv__` - Allows `self //= value` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__imatmul__` - Allows `self @= value` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__imod__` - Allows `self %= value` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__imul__` - Allows `self *= value` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__init__` - __init__(self, arg: pyarts.arts.StokvecTensor5) -> None * - Operator - :func:`~pyarts.arts.StokvecTensor5.__ior__` - Allows `self |= value` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__ipow__` - Allows `self **= value` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__isub__` - Allows `self -= value` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__iter__` - Allows `iter(self)` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__itruediv__` - Allows `self /= value` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__le__` - Allows `self <= value` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__len__` - Allows `len(self)` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__lt__` - Allows `self < value` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__matmul__` - Allows `self @ value` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__mod__` - Allows `self % value` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__mul__` - Allows `self * value` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__ne__` - Allows `self != value` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__or__` - Allows `self | value` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__pow__` - Allows `self ** value` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__radd__` - Allows `value + self` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__rand__` - Allows `value & self` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__rdivmod__` - Allows `value / self` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__repr__` - __repr__(self) -> str * - Operator - :func:`~pyarts.arts.StokvecTensor5.__rfloordiv__` - Allows `value // self` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__rmatmul__` - Allows `value @ self` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__rmod__` - Allows `value % self` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__rmul__` - Allows `value * self` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__ror__` - Allows `value | self` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__rpow__` - Allows `value ** self` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__rsub__` - Allows `value - self` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__rtruediv__` - Allows `value / self` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__setitem__` - Allows `self[key] = value` * - Operator - :func:`~pyarts.arts.StokvecTensor5.__str__` - __str__(self) -> str * - Operator - :func:`~pyarts.arts.StokvecTensor5.__truediv__` - Allows `self / value` .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: StokvecTensor5.conj .. automethod:: StokvecTensor5.conjugate .. automethod:: StokvecTensor5.copy .. automethod:: StokvecTensor5.cumprod .. automethod:: StokvecTensor5.cumsum .. automethod:: StokvecTensor5.diagonal .. automethod:: StokvecTensor5.fill .. automethod:: StokvecTensor5.flatten .. automethod:: StokvecTensor5.max .. automethod:: StokvecTensor5.mean .. automethod:: StokvecTensor5.min .. automethod:: StokvecTensor5.nonzero .. automethod:: StokvecTensor5.prod .. automethod:: StokvecTensor5.ravel .. automethod:: StokvecTensor5.readxml .. automethod:: StokvecTensor5.repeat .. automethod:: StokvecTensor5.reshape .. automethod:: StokvecTensor5.round .. automethod:: StokvecTensor5.savexml .. automethod:: StokvecTensor5.squeeze .. automethod:: StokvecTensor5.std .. automethod:: StokvecTensor5.sum .. automethod:: StokvecTensor5.tolist .. automethod:: StokvecTensor5.trace .. automethod:: StokvecTensor5.transpose .. automethod:: StokvecTensor5.var .. rubric:: Static Methods .. automethod:: StokvecTensor5.fromxml .. rubric:: Attributes .. autoattribute:: StokvecTensor5.T .. autoattribute:: StokvecTensor5.dtype .. autoattribute:: StokvecTensor5.imag .. autoattribute:: StokvecTensor5.itemsize .. autoattribute:: StokvecTensor5.nbytes .. autoattribute:: StokvecTensor5.ndim .. autoattribute:: StokvecTensor5.real .. autoattribute:: StokvecTensor5.shape .. autoattribute:: StokvecTensor5.size .. autoattribute:: StokvecTensor5.strides .. autoattribute:: StokvecTensor5.value .. rubric:: Operators .. automethod:: StokvecTensor5.__abs__ .. automethod:: StokvecTensor5.__add__ .. automethod:: StokvecTensor5.__and__ .. automethod:: StokvecTensor5.__array__ .. automethod:: StokvecTensor5.__contains__ .. automethod:: StokvecTensor5.__divmod__ .. automethod:: StokvecTensor5.__eq__ .. automethod:: StokvecTensor5.__floordiv__ .. automethod:: StokvecTensor5.__format__ .. automethod:: StokvecTensor5.__ge__ .. automethod:: StokvecTensor5.__getitem__ .. automethod:: StokvecTensor5.__getstate__ .. automethod:: StokvecTensor5.__gt__ .. automethod:: StokvecTensor5.__hash__ .. automethod:: StokvecTensor5.__iadd__ .. automethod:: StokvecTensor5.__iand__ .. automethod:: StokvecTensor5.__ifloordiv__ .. automethod:: StokvecTensor5.__imatmul__ .. automethod:: StokvecTensor5.__imod__ .. automethod:: StokvecTensor5.__imul__ .. automethod:: StokvecTensor5.__init__ .. automethod:: StokvecTensor5.__ior__ .. automethod:: StokvecTensor5.__ipow__ .. automethod:: StokvecTensor5.__isub__ .. automethod:: StokvecTensor5.__iter__ .. automethod:: StokvecTensor5.__itruediv__ .. automethod:: StokvecTensor5.__le__ .. automethod:: StokvecTensor5.__len__ .. automethod:: StokvecTensor5.__lt__ .. automethod:: StokvecTensor5.__matmul__ .. automethod:: StokvecTensor5.__mod__ .. automethod:: StokvecTensor5.__mul__ .. automethod:: StokvecTensor5.__ne__ .. automethod:: StokvecTensor5.__or__ .. automethod:: StokvecTensor5.__pow__ .. automethod:: StokvecTensor5.__radd__ .. automethod:: StokvecTensor5.__rand__ .. automethod:: StokvecTensor5.__rdivmod__ .. automethod:: StokvecTensor5.__repr__ .. automethod:: StokvecTensor5.__rfloordiv__ .. automethod:: StokvecTensor5.__rmatmul__ .. automethod:: StokvecTensor5.__rmod__ .. automethod:: StokvecTensor5.__rmul__ .. automethod:: StokvecTensor5.__ror__ .. automethod:: StokvecTensor5.__rpow__ .. automethod:: StokvecTensor5.__rsub__ .. automethod:: StokvecTensor5.__rtruediv__ .. automethod:: StokvecTensor5.__setitem__ .. automethod:: StokvecTensor5.__str__ .. automethod:: StokvecTensor5.__truediv__