JacobianSensorTarget #################### .. currentmodule:: pyarts3.arts .. autoclass:: JacobianSensorTarget .. rubric:: Overview .. list-table:: * - Attribute - :attr:`~pyarts3.arts.JacobianSensorTarget.d` - Perturbation magnitude * - Attribute - :attr:`~pyarts3.arts.JacobianSensorTarget.target_pos` - Target position * - Attribute - :attr:`~pyarts3.arts.JacobianSensorTarget.type` - Type of target * - Attribute - :attr:`~pyarts3.arts.JacobianSensorTarget.x_size` - Size of target in state vector * - Attribute - :attr:`~pyarts3.arts.JacobianSensorTarget.x_start` - Start index of target in state vector * - Operator - :func:`~pyarts3.arts.JacobianSensorTarget.__eq__` - Return self==value. * - Operator - :func:`~pyarts3.arts.JacobianSensorTarget.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts3.arts.JacobianSensorTarget.__ge__` - Return self>=value. * - Operator - :func:`~pyarts3.arts.JacobianSensorTarget.__getstate__` - Helper for pickle. * - Operator - :func:`~pyarts3.arts.JacobianSensorTarget.__gt__` - Return self>value. * - Operator - :func:`~pyarts3.arts.JacobianSensorTarget.__hash__` - Return hash(self). * - Operator - :func:`~pyarts3.arts.JacobianSensorTarget.__init__` - Initialize self. See help(type(self)) for accurate signature. * - Operator - :func:`~pyarts3.arts.JacobianSensorTarget.__le__` - Return self<=value. * - Operator - :func:`~pyarts3.arts.JacobianSensorTarget.__lt__` - Return self str * - Operator - :func:`~pyarts3.arts.JacobianSensorTarget.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Attributes .. attribute:: JacobianSensorTarget.d :type: Numeric Perturbation magnitude .. :class:`Numeric` .. attribute:: JacobianSensorTarget.target_pos :type: Index Target position .. :class:`Index` .. attribute:: JacobianSensorTarget.type :type: SensorKeyVal Type of target .. :class:`SensorKeyVal` .. attribute:: JacobianSensorTarget.x_size :type: Index Size of target in state vector .. :class:`Index` .. attribute:: JacobianSensorTarget.x_start :type: Index Start index of target in state vector .. :class:`Index` .. rubric:: Operators .. automethod:: JacobianSensorTarget.__eq__ .. automethod:: JacobianSensorTarget.__format__ .. automethod:: JacobianSensorTarget.__ge__ .. automethod:: JacobianSensorTarget.__getstate__ .. automethod:: JacobianSensorTarget.__gt__ .. automethod:: JacobianSensorTarget.__hash__ .. automethod:: JacobianSensorTarget.__init__ .. automethod:: JacobianSensorTarget.__le__ .. automethod:: JacobianSensorTarget.__lt__ .. automethod:: JacobianSensorTarget.__ne__ .. automethod:: JacobianSensorTarget.__repr__ .. automethod:: JacobianSensorTarget.__str__