LineShapeModel ############## .. currentmodule:: pyarts3.arts .. autoclass:: LineShapeModel .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts3.arts.LineShapeModel.D0` - The D0 coefficient * - Method - :func:`~pyarts3.arts.LineShapeModel.G0` - The G0 coefficient * - Method - :func:`~pyarts3.arts.LineShapeModel.Y` - The Y coefficient * - Method - :func:`~pyarts3.arts.LineShapeModel.remove` - Remove a variable * - Method - :func:`~pyarts3.arts.LineShapeModel.remove_zeros` - Remove zero coefficients * - Attribute - :attr:`~pyarts3.arts.LineShapeModel.T0` - The reference temperature * - Attribute - :attr:`~pyarts3.arts.LineShapeModel.one_by_one` - If true, the lines are treated one by one * - Attribute - :attr:`~pyarts3.arts.LineShapeModel.single_models` - The single models * - Operator - :func:`~pyarts3.arts.LineShapeModel.__eq__` - Return self==value. * - Operator - :func:`~pyarts3.arts.LineShapeModel.__format__` - Default object formatter. * - Operator - :func:`~pyarts3.arts.LineShapeModel.__ge__` - Return self>=value. * - Operator - :func:`~pyarts3.arts.LineShapeModel.__getstate__` - Helper for pickle. * - Operator - :func:`~pyarts3.arts.LineShapeModel.__gt__` - Return self>value. * - Operator - :func:`~pyarts3.arts.LineShapeModel.__hash__` - Return hash(self). * - Operator - :func:`~pyarts3.arts.LineShapeModel.__init__` - Initialize self. See help(type(self)) for accurate signature. * - Operator - :func:`~pyarts3.arts.LineShapeModel.__le__` - Return self<=value. * - Operator - :func:`~pyarts3.arts.LineShapeModel.__lt__` - Return self