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