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