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