LineShapeOutput

AbsorptionLines.LineShapeOutput(self: pyarts.arts.AbsorptionLines, line: int, T: float, P: float, VMR: pyarts.arts.Vector) pyarts.arts.LineShapeOutput

Computes the line shape paramters for the given atmospheric state

Note that the normalization assumes sum(VMR) is 1 for good results but does not enforce it

Parameters:
  • line (int) – Line index

  • T (float) – Temperature

  • P (float) – Pressure

  • VMR (Vector) – List of VMR values, must match length of broadening species

Returns:

X – The computed line shape parameters

Return type:

LineShapeOutput