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