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