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