JacobianTargets ############### .. currentmodule:: pyarts3.arts .. autoclass:: JacobianTargets .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts3.arts.JacobianTargets.readxml` - Read variable from file * - Method - :func:`~pyarts3.arts.JacobianTargets.savexml` - Saves variable to file * - Method - :func:`~pyarts3.arts.JacobianTargets.target_count` - The number of targets added to the Jacobian. * - Method - :func:`~pyarts3.arts.JacobianTargets.x_size` - The size of the model state vector. * - Static Method - :func:`~pyarts3.arts.JacobianTargets.fromxml` - Create variable from file * - Attribute - :attr:`~pyarts3.arts.JacobianTargets.atm` - List of atmospheric targets * - Attribute - :attr:`~pyarts3.arts.JacobianTargets.error` - List of error targets * - Attribute - :attr:`~pyarts3.arts.JacobianTargets.line` - List of line targets * - Attribute - :attr:`~pyarts3.arts.JacobianTargets.sensor` - List of sensor targets * - Attribute - :attr:`~pyarts3.arts.JacobianTargets.subsurf` - List of subsurface targets * - Attribute - :attr:`~pyarts3.arts.JacobianTargets.surf` - List of surface targets * - Operator - :func:`~pyarts3.arts.JacobianTargets.__eq__` - Return self==value. * - Operator - :func:`~pyarts3.arts.JacobianTargets.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts3.arts.JacobianTargets.__ge__` - Return self>=value. * - Operator - :func:`~pyarts3.arts.JacobianTargets.__getstate__` - Helper for pickle. * - Operator - :func:`~pyarts3.arts.JacobianTargets.__gt__` - Return self>value. * - Operator - :func:`~pyarts3.arts.JacobianTargets.__hash__` - Return hash(self). * - Operator - :func:`~pyarts3.arts.JacobianTargets.__init__` - __init__(self, arg: pyarts3.arts.JacobianTargets) -> None * - Operator - :func:`~pyarts3.arts.JacobianTargets.__le__` - Return self<=value. * - Operator - :func:`~pyarts3.arts.JacobianTargets.__lt__` - Return self str * - Operator - :func:`~pyarts3.arts.JacobianTargets.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: JacobianTargets.readxml .. automethod:: JacobianTargets.savexml .. automethod:: JacobianTargets.target_count .. automethod:: JacobianTargets.x_size .. rubric:: Static Methods .. automethod:: JacobianTargets.fromxml .. rubric:: Attributes .. attribute:: JacobianTargets.atm :type: ArrayOfAtmTargets List of atmospheric targets .. :class:`ArrayOfAtmTargets` .. attribute:: JacobianTargets.error :type: ArrayOfErrorTarget List of error targets .. :class:`ArrayOfErrorTarget` .. attribute:: JacobianTargets.line :type: ArrayOfLineTarget List of line targets .. :class:`ArrayOfLineTarget` .. attribute:: JacobianTargets.sensor :type: ArrayOfSensorTarget List of sensor targets .. :class:`ArrayOfSensorTarget` .. attribute:: JacobianTargets.subsurf :type: ArrayOfSubsurfaceTarget List of subsurface targets .. :class:`ArrayOfSubsurfaceTarget` .. attribute:: JacobianTargets.surf :type: ArrayOfSurfaceTarget List of surface targets .. :class:`ArrayOfSurfaceTarget` .. 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__