LobattoGrid ########### .. currentmodule:: pyarts3.arts .. autoclass:: LobattoGrid .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts3.arts.LobattoGrid.conj` - See :attr:`numpy.ndarray.conj` * - Method - :func:`~pyarts3.arts.LobattoGrid.conjugate` - See :attr:`numpy.ndarray.conjugate` * - Method - :func:`~pyarts3.arts.LobattoGrid.copy` - See :attr:`numpy.ndarray.copy` * - Method - :func:`~pyarts3.arts.LobattoGrid.cumprod` - See :attr:`numpy.ndarray.cumprod` * - Method - :func:`~pyarts3.arts.LobattoGrid.cumsum` - See :attr:`numpy.ndarray.cumsum` * - Method - :func:`~pyarts3.arts.LobattoGrid.diagonal` - See :attr:`numpy.ndarray.diagonal` * - Method - :func:`~pyarts3.arts.LobattoGrid.fill` - See :attr:`numpy.ndarray.fill` * - Method - :func:`~pyarts3.arts.LobattoGrid.flatten` - See :attr:`numpy.ndarray.flatten` * - Method - :func:`~pyarts3.arts.LobattoGrid.max` - See :attr:`numpy.ndarray.max` * - Method - :func:`~pyarts3.arts.LobattoGrid.mean` - See :attr:`numpy.ndarray.mean` * - Method - :func:`~pyarts3.arts.LobattoGrid.min` - See :attr:`numpy.ndarray.min` * - Method - :func:`~pyarts3.arts.LobattoGrid.nonzero` - See :attr:`numpy.ndarray.nonzero` * - Method - :func:`~pyarts3.arts.LobattoGrid.prod` - See :attr:`numpy.ndarray.prod` * - Method - :func:`~pyarts3.arts.LobattoGrid.ravel` - See :attr:`numpy.ndarray.ravel` * - Method - :func:`~pyarts3.arts.LobattoGrid.repeat` - See :attr:`numpy.ndarray.repeat` * - Method - :func:`~pyarts3.arts.LobattoGrid.reshape` - See :attr:`numpy.ndarray.reshape` * - Method - :func:`~pyarts3.arts.LobattoGrid.round` - See :attr:`numpy.ndarray.round` * - Method - :func:`~pyarts3.arts.LobattoGrid.squeeze` - See :attr:`numpy.ndarray.squeeze` * - Method - :func:`~pyarts3.arts.LobattoGrid.std` - See :attr:`numpy.ndarray.std` * - Method - :func:`~pyarts3.arts.LobattoGrid.sum` - See :attr:`numpy.ndarray.sum` * - Method - :func:`~pyarts3.arts.LobattoGrid.tolist` - See :attr:`numpy.ndarray.tolist` * - Method - :func:`~pyarts3.arts.LobattoGrid.trace` - See :attr:`numpy.ndarray.trace` * - Method - :func:`~pyarts3.arts.LobattoGrid.transpose` - See :attr:`numpy.ndarray.transpose` * - Method - :func:`~pyarts3.arts.LobattoGrid.var` - See :attr:`numpy.ndarray.var` * - Attribute - :attr:`~pyarts3.arts.LobattoGrid.T` - See :attr:`numpy.ndarray.T`. * - Attribute - :attr:`~pyarts3.arts.LobattoGrid.dtype` - See :attr:`numpy.ndarray.dtype`. * - Attribute - :attr:`~pyarts3.arts.LobattoGrid.imag` - See :attr:`numpy.ndarray.imag`. * - Attribute - :attr:`~pyarts3.arts.LobattoGrid.itemsize` - See :attr:`numpy.ndarray.itemsize`. * - Attribute - :attr:`~pyarts3.arts.LobattoGrid.nbytes` - See :attr:`numpy.ndarray.nbytes`. * - Attribute - :attr:`~pyarts3.arts.LobattoGrid.ndim` - See :attr:`numpy.ndarray.ndim`. * - Attribute - :attr:`~pyarts3.arts.LobattoGrid.real` - See :attr:`numpy.ndarray.real`. * - Attribute - :attr:`~pyarts3.arts.LobattoGrid.shape` - See :attr:`numpy.ndarray.shape`. * - Attribute - :attr:`~pyarts3.arts.LobattoGrid.size` - See :attr:`numpy.ndarray.size`. * - Attribute - :attr:`~pyarts3.arts.LobattoGrid.strides` - See :attr:`numpy.ndarray.strides`. * - Attribute - :attr:`~pyarts3.arts.LobattoGrid.value` - Zenith angle grid for Lobatto calculations * - Operator - :func:`~pyarts3.arts.LobattoGrid.__abs__` - See :attr:`numpy.ndarray.__abs__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__add__` - See :attr:`numpy.ndarray.__add__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__and__` - See :attr:`numpy.ndarray.__and__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__contains__` - See :attr:`numpy.ndarray.__contains__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__divmod__` - See :attr:`numpy.ndarray.__divmod__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__eq__` - See :attr:`numpy.ndarray.__eq__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__floordiv__` - See :attr:`numpy.ndarray.__floordiv__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__format__` - Default object formatter. * - Operator - :func:`~pyarts3.arts.LobattoGrid.__ge__` - See :attr:`numpy.ndarray.__ge__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__getitem__` - See :attr:`numpy.ndarray.__getitem__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__getstate__` - Helper for pickle. * - Operator - :func:`~pyarts3.arts.LobattoGrid.__gt__` - See :attr:`numpy.ndarray.__gt__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__hash__` - Return hash(self). * - Operator - :func:`~pyarts3.arts.LobattoGrid.__iadd__` - See :attr:`numpy.ndarray.__iadd__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__iand__` - See :attr:`numpy.ndarray.__iand__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__ifloordiv__` - See :attr:`numpy.ndarray.__ifloordiv__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__imatmul__` - See :attr:`numpy.ndarray.__imatmul__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__imod__` - See :attr:`numpy.ndarray.__imod__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__imul__` - See :attr:`numpy.ndarray.__imul__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__init__` - __init__(self, arg: int, /) -> None * - Operator - :func:`~pyarts3.arts.LobattoGrid.__ior__` - See :attr:`numpy.ndarray.__ior__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__ipow__` - See :attr:`numpy.ndarray.__ipow__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__isub__` - See :attr:`numpy.ndarray.__isub__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__iter__` - See :attr:`numpy.ndarray.__iter__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__itruediv__` - See :attr:`numpy.ndarray.__itruediv__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__le__` - See :attr:`numpy.ndarray.__le__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__len__` - See :attr:`numpy.ndarray.__len__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__lt__` - See :attr:`numpy.ndarray.__lt__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__matmul__` - See :attr:`numpy.ndarray.__matmul__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__mod__` - See :attr:`numpy.ndarray.__mod__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__mul__` - See :attr:`numpy.ndarray.__mul__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__ne__` - See :attr:`numpy.ndarray.__ne__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__or__` - See :attr:`numpy.ndarray.__or__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__pow__` - See :attr:`numpy.ndarray.__pow__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__radd__` - See :attr:`numpy.ndarray.__radd__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__rand__` - See :attr:`numpy.ndarray.__rand__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__rdivmod__` - See :attr:`numpy.ndarray.__rdivmod__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__repr__` - Return repr(self). * - Operator - :func:`~pyarts3.arts.LobattoGrid.__rfloordiv__` - See :attr:`numpy.ndarray.__rfloordiv__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__rmatmul__` - See :attr:`numpy.ndarray.__rmatmul__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__rmod__` - See :attr:`numpy.ndarray.__rmod__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__rmul__` - See :attr:`numpy.ndarray.__rmul__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__ror__` - See :attr:`numpy.ndarray.__ror__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__rpow__` - See :attr:`numpy.ndarray.__rpow__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__rsub__` - See :attr:`numpy.ndarray.__rsub__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__rtruediv__` - See :attr:`numpy.ndarray.__rtruediv__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__setitem__` - See :attr:`numpy.ndarray.__setitem__` * - Operator - :func:`~pyarts3.arts.LobattoGrid.__str__` - Return str(self). * - Operator - :func:`~pyarts3.arts.LobattoGrid.__truediv__` - See :attr:`numpy.ndarray.__truediv__` .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: LobattoGrid.conj .. automethod:: LobattoGrid.conjugate .. automethod:: LobattoGrid.copy .. automethod:: LobattoGrid.cumprod .. automethod:: LobattoGrid.cumsum .. automethod:: LobattoGrid.diagonal .. automethod:: LobattoGrid.fill .. automethod:: LobattoGrid.flatten .. automethod:: LobattoGrid.max .. automethod:: LobattoGrid.mean .. automethod:: LobattoGrid.min .. automethod:: LobattoGrid.nonzero .. automethod:: LobattoGrid.prod .. automethod:: LobattoGrid.ravel .. automethod:: LobattoGrid.repeat .. automethod:: LobattoGrid.reshape .. automethod:: LobattoGrid.round .. automethod:: LobattoGrid.squeeze .. automethod:: LobattoGrid.std .. automethod:: LobattoGrid.sum .. automethod:: LobattoGrid.tolist .. automethod:: LobattoGrid.trace .. automethod:: LobattoGrid.transpose .. automethod:: LobattoGrid.var .. rubric:: Attributes .. attribute:: LobattoGrid.T :type: object See :attr:`numpy.ndarray.T`. .. :class:`object` .. attribute:: LobattoGrid.dtype :type: object See :attr:`numpy.ndarray.dtype`. .. :class:`object` .. attribute:: LobattoGrid.imag :type: object See :attr:`numpy.ndarray.imag`. .. :class:`object` .. attribute:: LobattoGrid.itemsize :type: object See :attr:`numpy.ndarray.itemsize`. .. :class:`object` .. attribute:: LobattoGrid.nbytes :type: object See :attr:`numpy.ndarray.nbytes`. .. :class:`object` .. attribute:: LobattoGrid.ndim :type: object See :attr:`numpy.ndarray.ndim`. .. :class:`object` .. attribute:: LobattoGrid.real :type: object See :attr:`numpy.ndarray.real`. .. :class:`object` .. attribute:: LobattoGrid.shape :type: object See :attr:`numpy.ndarray.shape`. .. :class:`object` .. attribute:: LobattoGrid.size :type: object See :attr:`numpy.ndarray.size`. .. :class:`object` .. attribute:: LobattoGrid.strides :type: object See :attr:`numpy.ndarray.strides`. .. :class:`object` .. attribute:: LobattoGrid.value :type: Vector Zenith angle grid for Lobatto calculations .. :class:`Vector` .. rubric:: Operators .. automethod:: LobattoGrid.__abs__ .. automethod:: LobattoGrid.__add__ .. automethod:: LobattoGrid.__and__ .. automethod:: LobattoGrid.__contains__ .. automethod:: LobattoGrid.__divmod__ .. automethod:: LobattoGrid.__eq__ .. automethod:: LobattoGrid.__floordiv__ .. automethod:: LobattoGrid.__format__ .. automethod:: LobattoGrid.__ge__ .. automethod:: LobattoGrid.__getitem__ .. automethod:: LobattoGrid.__getstate__ .. automethod:: LobattoGrid.__gt__ .. automethod:: LobattoGrid.__hash__ .. automethod:: LobattoGrid.__iadd__ .. automethod:: LobattoGrid.__iand__ .. automethod:: LobattoGrid.__ifloordiv__ .. automethod:: LobattoGrid.__imatmul__ .. automethod:: LobattoGrid.__imod__ .. automethod:: LobattoGrid.__imul__ .. automethod:: LobattoGrid.__init__ .. automethod:: LobattoGrid.__ior__ .. automethod:: LobattoGrid.__ipow__ .. automethod:: LobattoGrid.__isub__ .. automethod:: LobattoGrid.__iter__ .. automethod:: LobattoGrid.__itruediv__ .. automethod:: LobattoGrid.__le__ .. automethod:: LobattoGrid.__len__ .. automethod:: LobattoGrid.__lt__ .. automethod:: LobattoGrid.__matmul__ .. automethod:: LobattoGrid.__mod__ .. automethod:: LobattoGrid.__mul__ .. automethod:: LobattoGrid.__ne__ .. automethod:: LobattoGrid.__or__ .. automethod:: LobattoGrid.__pow__ .. automethod:: LobattoGrid.__radd__ .. automethod:: LobattoGrid.__rand__ .. automethod:: LobattoGrid.__rdivmod__ .. automethod:: LobattoGrid.__repr__ .. automethod:: LobattoGrid.__rfloordiv__ .. automethod:: LobattoGrid.__rmatmul__ .. automethod:: LobattoGrid.__rmod__ .. automethod:: LobattoGrid.__rmul__ .. automethod:: LobattoGrid.__ror__ .. automethod:: LobattoGrid.__rpow__ .. automethod:: LobattoGrid.__rsub__ .. automethod:: LobattoGrid.__rtruediv__ .. automethod:: LobattoGrid.__setitem__ .. automethod:: LobattoGrid.__str__ .. automethod:: LobattoGrid.__truediv__