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