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