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