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