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