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