AbsorptionLines
- class pyarts.arts.AbsorptionLines
Contains line-by-line absorption information for a number of related absorption lines
Workspace methods that can generate AbsorptionLines
Workspace methods that require AbsorptionLines
- __init__(*args, **kwargs)
Overloaded function.
__init__(self: pyarts.arts.AbsorptionLines, selfbroadening: bool = False, bathbroadening: bool = False, cutoff: pyarts.arts.options.AbsorptionCutoffType = None, mirroring: pyarts.arts.options.AbsorptionMirroringType = None, population: pyarts.arts.options.AbsorptionPopulationType = LTE, normalization: pyarts.arts.options.AbsorptionNormalizationType = None, lineshapetype: pyarts.arts.options.LineShapeType = DP, T0: float = 296, cutofffreq: float = -1, linemixinglimit: float = -1, quantumidentity: pyarts.arts.QuantumIdentifier = H2O-161 , broadeningspecies: pyarts.arts.ArrayOfSpecies = , lines: pyarts.arts.ArrayOfAbsorptionSingleLine = ) -> None
From values
__init__(self: pyarts.arts.AbsorptionLines, val: pyarts.arts.AbsorptionLines) -> None
Copy instance
__init__(self: pyarts.arts.AbsorptionLines, wsv: pyarts.arts.WorkspaceVariable) -> None
Automatic conversion from a workspace variable
Methods
LineShapeOutput(self, line, T, P, VMR)Computes the line shape paramters for the given atmospheric state
__init__(*args, **kwargs)Overloaded function.
fromxml(file)Create
AbsorptionLinesfrom filereadxml(self, file)Read
AbsorptionLinesfrom filesavexml(self, file[, type, clobber])Saves
AbsorptionLinesto fileAttributes
floatReference temperature for all parameters of the linesboolDoes the line broadening have bath broadening?ArrayOfSpeciesA list of broadening specieAbsorptionCutoffTypeCutoff typefloatCutoff frequencyfloatLinemixing limitAbsorptionSingleLineA list of individual linesLineShapeTypeLine shape typeStringCatalog meta data stringAbsorptionMirroringypeMirroring typeAbsorptionNormalizationTypeNormalization typeboolIf False, the catalog cannot be used for any calculationsAbsorptionPopulationTypeLine population distributionQuantumIdentifierCatalog IDboolDoes the line broadening have self broadening?