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