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