GriddedField5 ############# .. currentmodule:: pyarts.arts .. autoclass:: GriddedField5 .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts.arts.GriddedField5.conj` - Wrapper for :attr:`numpy.ndarray.conj` using ARTS types. * - Method - :func:`~pyarts.arts.GriddedField5.conjugate` - Wrapper for :attr:`numpy.ndarray.conjugate` using ARTS types. * - Method - :func:`~pyarts.arts.GriddedField5.copy` - Wrapper for :attr:`numpy.ndarray.copy` using ARTS types. * - Method - :func:`~pyarts.arts.GriddedField5.cumprod` - Wrapper for :attr:`numpy.ndarray.cumprod` using ARTS types. * - Method - :func:`~pyarts.arts.GriddedField5.cumsum` - Wrapper for :attr:`numpy.ndarray.cumsum` using ARTS types. * - Method - :func:`~pyarts.arts.GriddedField5.diagonal` - Wrapper for :attr:`numpy.ndarray.diagonal` using ARTS types. * - Method - :func:`~pyarts.arts.GriddedField5.fill` - Wrapper for :attr:`numpy.ndarray.fill` using ARTS types. * - Method - :func:`~pyarts.arts.GriddedField5.flatten` - Wrapper for :attr:`numpy.ndarray.flatten` using ARTS types. * - Method - :func:`~pyarts.arts.GriddedField5.max` - Wrapper for :attr:`numpy.ndarray.max` using ARTS types. * - Method - :func:`~pyarts.arts.GriddedField5.mean` - Wrapper for :attr:`numpy.ndarray.mean` using ARTS types. * - Method - :func:`~pyarts.arts.GriddedField5.min` - Wrapper for :attr:`numpy.ndarray.min` using ARTS types. * - Method - :func:`~pyarts.arts.GriddedField5.nonzero` - Wrapper for :attr:`numpy.ndarray.nonzero` using ARTS types. * - Method - :func:`~pyarts.arts.GriddedField5.ok` - Check the field * - Method - :func:`~pyarts.arts.GriddedField5.prod` - Wrapper for :attr:`numpy.ndarray.prod` using ARTS types. * - Method - :func:`~pyarts.arts.GriddedField5.ravel` - Wrapper for :attr:`numpy.ndarray.ravel` using ARTS types. * - Method - :func:`~pyarts.arts.GriddedField5.readxml` - Read variable from file * - Method - :func:`~pyarts.arts.GriddedField5.repeat` - Wrapper for :attr:`numpy.ndarray.repeat` using ARTS types. * - Method - :func:`~pyarts.arts.GriddedField5.reshape` - Wrapper for :attr:`numpy.ndarray.reshape` using ARTS types. * - Method - :func:`~pyarts.arts.GriddedField5.round` - Wrapper for :attr:`numpy.ndarray.round` using ARTS types. * - Method - :func:`~pyarts.arts.GriddedField5.savexml` - Saves variable to file * - Method - :func:`~pyarts.arts.GriddedField5.squeeze` - Wrapper for :attr:`numpy.ndarray.squeeze` using ARTS types. * - Method - :func:`~pyarts.arts.GriddedField5.std` - Wrapper for :attr:`numpy.ndarray.std` using ARTS types. * - Method - :func:`~pyarts.arts.GriddedField5.sum` - Wrapper for :attr:`numpy.ndarray.sum` using ARTS types. * - Method - :func:`~pyarts.arts.GriddedField5.to_dict` - Convert object to :class:`dict`. * - Method - :func:`~pyarts.arts.GriddedField5.to_xarray` - Create :class:`xarray.DataArray` from the object. * - Method - :func:`~pyarts.arts.GriddedField5.tolist` - Wrapper for :attr:`numpy.ndarray.tolist` using ARTS types. * - Method - :func:`~pyarts.arts.GriddedField5.trace` - Wrapper for :attr:`numpy.ndarray.trace` using ARTS types. * - Method - :func:`~pyarts.arts.GriddedField5.transpose` - Wrapper for :attr:`numpy.ndarray.transpose` using ARTS types. * - Method - :func:`~pyarts.arts.GriddedField5.var` - Wrapper for :attr:`numpy.ndarray.var` using ARTS types. * - Static Method - :func:`~pyarts.arts.GriddedField5.from_dict` - Create object from :class:`dict`. * - Static Method - :func:`~pyarts.arts.GriddedField5.from_xarray` - Create object from :class:`xarray.DataArray`. * - Static Method - :func:`~pyarts.arts.GriddedField5.fromxml` - Create variable from file * - Attribute - :attr:`~pyarts.arts.GriddedField5.T` - Wrapper for :attr:`numpy.ndarray.T` using ARTS types. * - Attribute - :attr:`~pyarts.arts.GriddedField5.data` - The data itself * - Attribute - :attr:`~pyarts.arts.GriddedField5.dataname` - Name of the data * - Attribute - :attr:`~pyarts.arts.GriddedField5.dtype` - Wrapper for :attr:`numpy.ndarray.dtype` using ARTS types. * - Attribute - :attr:`~pyarts.arts.GriddedField5.gridnames` - The grid names * - Attribute - :attr:`~pyarts.arts.GriddedField5.grids` - The grid of the data * - Attribute - :attr:`~pyarts.arts.GriddedField5.imag` - Wrapper for :attr:`numpy.ndarray.imag` using ARTS types. * - Attribute - :attr:`~pyarts.arts.GriddedField5.itemsize` - Wrapper for :attr:`numpy.ndarray.itemsize` using ARTS types. * - Attribute - :attr:`~pyarts.arts.GriddedField5.nbytes` - Wrapper for :attr:`numpy.ndarray.nbytes` using ARTS types. * - Attribute - :attr:`~pyarts.arts.GriddedField5.ndim` - Wrapper for :attr:`numpy.ndarray.ndim` using ARTS types. * - Attribute - :attr:`~pyarts.arts.GriddedField5.real` - Wrapper for :attr:`numpy.ndarray.real` using ARTS types. * - Attribute - :attr:`~pyarts.arts.GriddedField5.shape` - Wrapper for :attr:`numpy.ndarray.shape` using ARTS types. * - Attribute - :attr:`~pyarts.arts.GriddedField5.size` - Wrapper for :attr:`numpy.ndarray.size` using ARTS types. * - Attribute - :attr:`~pyarts.arts.GriddedField5.strides` - Wrapper for :attr:`numpy.ndarray.strides` using ARTS types. * - Attribute - :attr:`~pyarts.arts.GriddedField5.value` - A :class:`~numpy.ndarray` of the object. * - Static Data - ``pyarts.arts.GriddedField5.dim`` - 5 - :class:`~int` * - Operator - :func:`~pyarts.arts.GriddedField5.__abs__` - Allows `abs(self)` * - Operator - :func:`~pyarts.arts.GriddedField5.__add__` - Allows `self + value` * - Operator - :func:`~pyarts.arts.GriddedField5.__and__` - Allows `self and value` * - Operator - :func:`~pyarts.arts.GriddedField5.__array__` - Allows :func:`~numpy.array` to be called with the object. * - Operator - :func:`~pyarts.arts.GriddedField5.__contains__` - Allows `key in self` * - Operator - :func:`~pyarts.arts.GriddedField5.__divmod__` - Allows `divmod(self, value)` * - Operator - :func:`~pyarts.arts.GriddedField5.__eq__` - Allows `self == value` * - Operator - :func:`~pyarts.arts.GriddedField5.__floordiv__` - Allows `self // value` * - Operator - :func:`~pyarts.arts.GriddedField5.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts.arts.GriddedField5.__ge__` - Allows `self >= value` * - Operator - :func:`~pyarts.arts.GriddedField5.__getitem__` - Allows `self[key]` * - Operator - :func:`~pyarts.arts.GriddedField5.__getstate__` - Helper for pickle. * - Operator - :func:`~pyarts.arts.GriddedField5.__gt__` - Allows `self > value` * - Operator - :func:`~pyarts.arts.GriddedField5.__hash__` - Return hash(self). * - Operator - :func:`~pyarts.arts.GriddedField5.__iadd__` - Allows `self += value` * - Operator - :func:`~pyarts.arts.GriddedField5.__iand__` - Allows `self &= value` * - Operator - :func:`~pyarts.arts.GriddedField5.__ifloordiv__` - Allows `self //= value` * - Operator - :func:`~pyarts.arts.GriddedField5.__imatmul__` - Allows `self @= value` * - Operator - :func:`~pyarts.arts.GriddedField5.__imod__` - Allows `self %= value` * - Operator - :func:`~pyarts.arts.GriddedField5.__imul__` - Allows `self *= value` * - Operator - :func:`~pyarts.arts.GriddedField5.__init__` - __init__(self, arg: pyarts.arts.GriddedField5) -> None * - Operator - :func:`~pyarts.arts.GriddedField5.__ior__` - Allows `self |= value` * - Operator - :func:`~pyarts.arts.GriddedField5.__ipow__` - Allows `self **= value` * - Operator - :func:`~pyarts.arts.GriddedField5.__isub__` - Allows `self -= value` * - Operator - :func:`~pyarts.arts.GriddedField5.__iter__` - Allows `iter(self)` * - Operator - :func:`~pyarts.arts.GriddedField5.__itruediv__` - Allows `self /= value` * - Operator - :func:`~pyarts.arts.GriddedField5.__le__` - Allows `self <= value` * - Operator - :func:`~pyarts.arts.GriddedField5.__len__` - Allows `len(self)` * - Operator - :func:`~pyarts.arts.GriddedField5.__lt__` - Allows `self < value` * - Operator - :func:`~pyarts.arts.GriddedField5.__matmul__` - Allows `self @ value` * - Operator - :func:`~pyarts.arts.GriddedField5.__mod__` - Allows `self % value` * - Operator - :func:`~pyarts.arts.GriddedField5.__mul__` - Allows `self * value` * - Operator - :func:`~pyarts.arts.GriddedField5.__ne__` - Allows `self != value` * - Operator - :func:`~pyarts.arts.GriddedField5.__or__` - Allows `self | value` * - Operator - :func:`~pyarts.arts.GriddedField5.__pow__` - Allows `self ** value` * - Operator - :func:`~pyarts.arts.GriddedField5.__radd__` - Allows `value + self` * - Operator - :func:`~pyarts.arts.GriddedField5.__rand__` - Allows `value & self` * - Operator - :func:`~pyarts.arts.GriddedField5.__rdivmod__` - Allows `value / self` * - Operator - :func:`~pyarts.arts.GriddedField5.__repr__` - __repr__(self) -> str * - Operator - :func:`~pyarts.arts.GriddedField5.__rfloordiv__` - Allows `value // self` * - Operator - :func:`~pyarts.arts.GriddedField5.__rmatmul__` - Allows `value @ self` * - Operator - :func:`~pyarts.arts.GriddedField5.__rmod__` - Allows `value % self` * - Operator - :func:`~pyarts.arts.GriddedField5.__rmul__` - Allows `value * self` * - Operator - :func:`~pyarts.arts.GriddedField5.__ror__` - Allows `value | self` * - Operator - :func:`~pyarts.arts.GriddedField5.__rpow__` - Allows `value ** self` * - Operator - :func:`~pyarts.arts.GriddedField5.__rsub__` - Allows `value - self` * - Operator - :func:`~pyarts.arts.GriddedField5.__rtruediv__` - Allows `value / self` * - Operator - :func:`~pyarts.arts.GriddedField5.__setitem__` - Allows `self[key] = value` * - Operator - :func:`~pyarts.arts.GriddedField5.__str__` - __str__(self) -> str * - Operator - :func:`~pyarts.arts.GriddedField5.__truediv__` - Allows `self / value` .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: GriddedField5.conj .. automethod:: GriddedField5.conjugate .. automethod:: GriddedField5.copy .. automethod:: GriddedField5.cumprod .. automethod:: GriddedField5.cumsum .. automethod:: GriddedField5.diagonal .. automethod:: GriddedField5.fill .. automethod:: GriddedField5.flatten .. automethod:: GriddedField5.max .. automethod:: GriddedField5.mean .. automethod:: GriddedField5.min .. automethod:: GriddedField5.nonzero .. automethod:: GriddedField5.ok .. automethod:: GriddedField5.prod .. automethod:: GriddedField5.ravel .. automethod:: GriddedField5.readxml .. automethod:: GriddedField5.repeat .. automethod:: GriddedField5.reshape .. automethod:: GriddedField5.round .. automethod:: GriddedField5.savexml .. automethod:: GriddedField5.squeeze .. automethod:: GriddedField5.std .. automethod:: GriddedField5.sum .. automethod:: GriddedField5.to_dict .. automethod:: GriddedField5.to_xarray .. automethod:: GriddedField5.tolist .. automethod:: GriddedField5.trace .. automethod:: GriddedField5.transpose .. automethod:: GriddedField5.var .. rubric:: Static Methods .. automethod:: GriddedField5.from_dict .. automethod:: GriddedField5.from_xarray .. automethod:: GriddedField5.fromxml .. rubric:: Attributes .. autoattribute:: GriddedField5.T .. autoattribute:: GriddedField5.data .. autoattribute:: GriddedField5.dataname .. autoattribute:: GriddedField5.dtype .. autoattribute:: GriddedField5.gridnames .. autoattribute:: GriddedField5.grids .. autoattribute:: GriddedField5.imag .. autoattribute:: GriddedField5.itemsize .. autoattribute:: GriddedField5.nbytes .. autoattribute:: GriddedField5.ndim .. autoattribute:: GriddedField5.real .. autoattribute:: GriddedField5.shape .. autoattribute:: GriddedField5.size .. autoattribute:: GriddedField5.strides .. autoattribute:: GriddedField5.value .. rubric:: Operators .. automethod:: GriddedField5.__abs__ .. automethod:: GriddedField5.__add__ .. automethod:: GriddedField5.__and__ .. automethod:: GriddedField5.__array__ .. automethod:: GriddedField5.__contains__ .. automethod:: GriddedField5.__divmod__ .. automethod:: GriddedField5.__eq__ .. automethod:: GriddedField5.__floordiv__ .. automethod:: GriddedField5.__format__ .. automethod:: GriddedField5.__ge__ .. automethod:: GriddedField5.__getitem__ .. automethod:: GriddedField5.__getstate__ .. automethod:: GriddedField5.__gt__ .. automethod:: GriddedField5.__hash__ .. automethod:: GriddedField5.__iadd__ .. automethod:: GriddedField5.__iand__ .. automethod:: GriddedField5.__ifloordiv__ .. automethod:: GriddedField5.__imatmul__ .. automethod:: GriddedField5.__imod__ .. automethod:: GriddedField5.__imul__ .. automethod:: GriddedField5.__init__ .. automethod:: GriddedField5.__ior__ .. automethod:: GriddedField5.__ipow__ .. automethod:: GriddedField5.__isub__ .. automethod:: GriddedField5.__iter__ .. automethod:: GriddedField5.__itruediv__ .. automethod:: GriddedField5.__le__ .. automethod:: GriddedField5.__len__ .. automethod:: GriddedField5.__lt__ .. automethod:: GriddedField5.__matmul__ .. automethod:: GriddedField5.__mod__ .. automethod:: GriddedField5.__mul__ .. automethod:: GriddedField5.__ne__ .. automethod:: GriddedField5.__or__ .. automethod:: GriddedField5.__pow__ .. automethod:: GriddedField5.__radd__ .. automethod:: GriddedField5.__rand__ .. automethod:: GriddedField5.__rdivmod__ .. automethod:: GriddedField5.__repr__ .. automethod:: GriddedField5.__rfloordiv__ .. automethod:: GriddedField5.__rmatmul__ .. automethod:: GriddedField5.__rmod__ .. automethod:: GriddedField5.__rmul__ .. automethod:: GriddedField5.__ror__ .. automethod:: GriddedField5.__rpow__ .. automethod:: GriddedField5.__rsub__ .. automethod:: GriddedField5.__rtruediv__ .. automethod:: GriddedField5.__setitem__ .. automethod:: GriddedField5.__str__ .. automethod:: GriddedField5.__truediv__