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