HitranLineStrengthOption
- class pyarts.arts.HitranLineStrengthOption(*args, **kwargs)
Group name: “HitranLineStrengthOption”
The way line strength is computed in ARTS when reading Hitran data.
ARTS uses Einstein A-coefficients to compute the line strength. Hitran provides both the line strength and the Einstein A-coefficient. There is a 1-to-1 conversion between these two. However, as with all data, the numbers might differ slightly even if good cases, so we have provide this selection mechanism to make them match.
Valid options:
"S"
or"s"
or"strenght"
or"s0"
or"S0"
: Line strength"A"
or"a"
or"einstein"
or"ein"
or"A0"
: Absorption intensity
Overview
Method
Read variable from file
Method
Saves variable to file
Static Method
Create variable from file
Static Method
Get a list of all options
Static Method
Get a list of all options as strings
Static Data
pyarts.arts.HitranLineStrengthOption.A
“A” -
HitranLineStrengthOption
Static Data
pyarts.arts.HitranLineStrengthOption.A0
“A” -
HitranLineStrengthOption
Static Data
pyarts.arts.HitranLineStrengthOption.S
“S” -
HitranLineStrengthOption
Static Data
pyarts.arts.HitranLineStrengthOption.S0
“S” -
HitranLineStrengthOption
Static Data
pyarts.arts.HitranLineStrengthOption.a
“A” -
HitranLineStrengthOption
Static Data
pyarts.arts.HitranLineStrengthOption.ein
“A” -
HitranLineStrengthOption
Static Data
pyarts.arts.HitranLineStrengthOption.einstein
“A” -
HitranLineStrengthOption
Static Data
pyarts.arts.HitranLineStrengthOption.s
“S” -
HitranLineStrengthOption
Static Data
pyarts.arts.HitranLineStrengthOption.s0
“S” -
HitranLineStrengthOption
Static Data
pyarts.arts.HitranLineStrengthOption.strenght
“S” -
HitranLineStrengthOption
Operator
self == other
Operator
self >= other
Operator
self > other
Operator
Allows hashing
Operator
self <= other
Operator
self < other
Operator
self != other
Constructors
- __init__(self) None
- __init__(self, arg: pyarts.arts.HitranLineStrengthOption) None
- __init__(self, arg: str, /) None
Methods
- readxml(self, file: str) None
Read variable from file
- Parameters:
file (str) – A file that can be read
- On Error:
Throws RuntimeError for any failure to read
- savexml(self, file: str, type: str = 'ascii', clobber: bool = True) None
Saves variable to file
- Parameters:
- On Error:
Throws RuntimeError for any failure to save
Static Methods
- fromxml(file: str) pyarts.arts.HitranLineStrengthOption
Create variable from file
- Parameters:
file (str) – A file that can be read
- On Error:
Throws RuntimeError for any failure to read
- get_options() list[pyarts.arts.HitranLineStrengthOption]
Get a list of all options
Operators
- __eq__(self, arg: pyarts.arts.HitranLineStrengthOption, /) bool
self == other
- __ge__(self, arg: pyarts.arts.HitranLineStrengthOption, /) bool
self >= other
- __gt__(self, arg: pyarts.arts.HitranLineStrengthOption, /) bool
self > other
- __le__(self, arg: pyarts.arts.HitranLineStrengthOption, /) bool
self <= other
- __lt__(self, arg: pyarts.arts.HitranLineStrengthOption, /) bool
self < other
- __ne__(self, arg: pyarts.arts.HitranLineStrengthOption, /) bool
self != other