TransmittanceMatrix ################### .. currentmodule:: pyarts3.arts .. autoclass:: TransmittanceMatrix .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts3.arts.TransmittanceMatrix.readxml` - Read variable from file. * - Method - :func:`~pyarts3.arts.TransmittanceMatrix.savexml` - Saves variable to file. * - Static Method - :func:`~pyarts3.arts.TransmittanceMatrix.fromxml` - Create variable from file. * - :class:`~pyarts3.arts.MuelmatMatrix` - :attr:`~pyarts3.arts.TransmittanceMatrix.L` - The linear evolution Mueller matrix; shape [nf, np] if defined * - :class:`~pyarts3.arts.MuelmatMatrix` - :attr:`~pyarts3.arts.TransmittanceMatrix.P` - The cumulative from background transmittance Mueller matrix; shape [nf, np] if defined * - :class:`~pyarts3.arts.MuelmatMatrix` - :attr:`~pyarts3.arts.TransmittanceMatrix.T` - The transmittance Mueller matrix; shape [nf, np] if defined * - :class:`~pyarts3.arts.MuelmatTensor4` - :attr:`~pyarts3.arts.TransmittanceMatrix.dL` - The derivative of the linear evolution Mueller matrix; shape [2, nf, np, nq] if defined * - :class:`~pyarts3.arts.MuelmatTensor4` - :attr:`~pyarts3.arts.TransmittanceMatrix.dT` - The derivative of the transmittance Mueller matrix; shape [2, nf, np, nq] if defined * - :class:`~pyarts3.arts.TransmittanceOption` - :attr:`~pyarts3.arts.TransmittanceMatrix.opt` - The option for the transmittance matrix calculations * - Operator - :func:`~pyarts3.arts.TransmittanceMatrix.__eq__` - Return self==value. * - Operator - :func:`~pyarts3.arts.TransmittanceMatrix.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts3.arts.TransmittanceMatrix.__ge__` - Return self>=value. * - Operator - :func:`~pyarts3.arts.TransmittanceMatrix.__gt__` - Return self>value. * - Operator - :func:`~pyarts3.arts.TransmittanceMatrix.__hash__` - Return hash(self). * - Operator - :func:`~pyarts3.arts.TransmittanceMatrix.__init__` - __init__(self, arg: pyarts3.arts.TransmittanceMatrix) -> None * - Operator - :func:`~pyarts3.arts.TransmittanceMatrix.__le__` - Return self<=value. * - Operator - :func:`~pyarts3.arts.TransmittanceMatrix.__lt__` - Return self str * - Operator - :func:`~pyarts3.arts.TransmittanceMatrix.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: TransmittanceMatrix.readxml .. automethod:: TransmittanceMatrix.savexml .. rubric:: Static Methods .. automethod:: TransmittanceMatrix.fromxml .. rubric:: Attributes .. attribute:: TransmittanceMatrix.L :type: ~pyarts3.arts.MuelmatMatrix The linear evolution Mueller matrix; shape [nf, np] if defined .. :class:`~pyarts3.arts.MuelmatMatrix .. attribute:: TransmittanceMatrix.P :type: ~pyarts3.arts.MuelmatMatrix The cumulative from background transmittance Mueller matrix; shape [nf, np] if defined .. :class:`~pyarts3.arts.MuelmatMatrix .. attribute:: TransmittanceMatrix.T :type: ~pyarts3.arts.MuelmatMatrix The transmittance Mueller matrix; shape [nf, np] if defined .. :class:`~pyarts3.arts.MuelmatMatrix .. attribute:: TransmittanceMatrix.dL :type: ~pyarts3.arts.MuelmatTensor4 The derivative of the linear evolution Mueller matrix; shape [2, nf, np, nq] if defined .. :class:`~pyarts3.arts.MuelmatTensor4 .. attribute:: TransmittanceMatrix.dT :type: ~pyarts3.arts.MuelmatTensor4 The derivative of the transmittance Mueller matrix; shape [2, nf, np, nq] if defined .. :class:`~pyarts3.arts.MuelmatTensor4 .. attribute:: TransmittanceMatrix.opt :type: ~pyarts3.arts.TransmittanceOption The option for the transmittance matrix calculations .. :class:`~pyarts3.arts.TransmittanceOption .. rubric:: Operators .. automethod:: TransmittanceMatrix.__eq__ .. automethod:: TransmittanceMatrix.__format__ .. automethod:: TransmittanceMatrix.__ge__ .. automethod:: TransmittanceMatrix.__gt__ .. automethod:: TransmittanceMatrix.__hash__ .. automethod:: TransmittanceMatrix.__init__ .. automethod:: TransmittanceMatrix.__le__ .. automethod:: TransmittanceMatrix.__lt__ .. automethod:: TransmittanceMatrix.__ne__ .. automethod:: TransmittanceMatrix.__repr__ .. automethod:: TransmittanceMatrix.__str__