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