SourceVector ############ .. currentmodule:: pyarts3.arts .. autoclass:: SourceVector .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts3.arts.SourceVector.readxml` - Read variable from file. * - Method - :func:`~pyarts3.arts.SourceVector.savexml` - Saves variable to file. * - Static Method - :func:`~pyarts3.arts.SourceVector.fromxml` - Create variable from file. * - :class:`~pyarts3.arts.StokvecMatrix` - :attr:`~pyarts3.arts.SourceVector.J` - The source vectors; shape [nf, np] * - :class:`~pyarts3.arts.StokvecTensor3` - :attr:`~pyarts3.arts.SourceVector.dJ` - The derivatives of the source vectors; shape [nf, np, nq] * - Operator - :func:`~pyarts3.arts.SourceVector.__eq__` - Return self==value. * - Operator - :func:`~pyarts3.arts.SourceVector.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts3.arts.SourceVector.__ge__` - Return self>=value. * - Operator - :func:`~pyarts3.arts.SourceVector.__gt__` - Return self>value. * - Operator - :func:`~pyarts3.arts.SourceVector.__hash__` - Return hash(self). * - Operator - :func:`~pyarts3.arts.SourceVector.__init__` - __init__(self, arg: pyarts3.arts.SourceVector) -> None * - Operator - :func:`~pyarts3.arts.SourceVector.__le__` - Return self<=value. * - Operator - :func:`~pyarts3.arts.SourceVector.__lt__` - Return self str * - Operator - :func:`~pyarts3.arts.SourceVector.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: SourceVector.readxml .. automethod:: SourceVector.savexml .. rubric:: Static Methods .. automethod:: SourceVector.fromxml .. rubric:: Attributes .. attribute:: SourceVector.J :type: ~pyarts3.arts.StokvecMatrix The source vectors; shape [nf, np] .. :class:`~pyarts3.arts.StokvecMatrix .. attribute:: SourceVector.dJ :type: ~pyarts3.arts.StokvecTensor3 The derivatives of the source vectors; shape [nf, np, nq] .. :class:`~pyarts3.arts.StokvecTensor3 .. rubric:: Operators .. automethod:: SourceVector.__eq__ .. automethod:: SourceVector.__format__ .. automethod:: SourceVector.__ge__ .. automethod:: SourceVector.__gt__ .. automethod:: SourceVector.__hash__ .. automethod:: SourceVector.__init__ .. automethod:: SourceVector.__le__ .. automethod:: SourceVector.__lt__ .. automethod:: SourceVector.__ne__ .. automethod:: SourceVector.__repr__ .. automethod:: SourceVector.__str__