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