JacobianTargets ############### .. currentmodule:: pyarts.arts .. autoclass:: JacobianTargets .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts.arts.JacobianTargets.readxml` - Read variable from file * - Method - :func:`~pyarts.arts.JacobianTargets.savexml` - Saves variable to file * - Static Method - :func:`~pyarts.arts.JacobianTargets.fromxml` - Create variable from file * - Attribute - :attr:`~pyarts.arts.JacobianTargets.atm` - List of atmospheric targets * - Attribute - :attr:`~pyarts.arts.JacobianTargets.error` - List of error targets * - Attribute - :attr:`~pyarts.arts.JacobianTargets.line` - List of line targets * - Attribute - :attr:`~pyarts.arts.JacobianTargets.sensor` - List of sensor targets * - Attribute - :attr:`~pyarts.arts.JacobianTargets.surf` - List of surface targets * - Operator - :func:`~pyarts.arts.JacobianTargets.__eq__` - Return self==value. * - Operator - :func:`~pyarts.arts.JacobianTargets.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts.arts.JacobianTargets.__ge__` - Return self>=value. * - Operator - :func:`~pyarts.arts.JacobianTargets.__getstate__` - Helper for pickle. * - Operator - :func:`~pyarts.arts.JacobianTargets.__gt__` - Return self>value. * - Operator - :func:`~pyarts.arts.JacobianTargets.__hash__` - Return hash(self). * - Operator - :func:`~pyarts.arts.JacobianTargets.__init__` - __init__(self, arg: pyarts.arts.JacobianTargets) -> None * - Operator - :func:`~pyarts.arts.JacobianTargets.__le__` - Return self<=value. * - Operator - :func:`~pyarts.arts.JacobianTargets.__lt__` - Return self str * - Operator - :func:`~pyarts.arts.JacobianTargets.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: JacobianTargets.readxml .. automethod:: JacobianTargets.savexml .. rubric:: Static Methods .. automethod:: JacobianTargets.fromxml .. rubric:: Attributes .. autoattribute:: JacobianTargets.atm .. autoattribute:: JacobianTargets.error .. autoattribute:: JacobianTargets.line .. autoattribute:: JacobianTargets.sensor .. autoattribute:: JacobianTargets.surf .. rubric:: Operators .. automethod:: JacobianTargets.__eq__ .. automethod:: JacobianTargets.__format__ .. automethod:: JacobianTargets.__ge__ .. automethod:: JacobianTargets.__getstate__ .. automethod:: JacobianTargets.__gt__ .. automethod:: JacobianTargets.__hash__ .. automethod:: JacobianTargets.__init__ .. automethod:: JacobianTargets.__le__ .. automethod:: JacobianTargets.__lt__ .. automethod:: JacobianTargets.__ne__ .. automethod:: JacobianTargets.__repr__ .. automethod:: JacobianTargets.__str__