star-hitran

Load line-by-line data from the HITRAN database
git clone git://git.meso-star.fr/star-hitran.git
Log | Files | Refs | README | LICENSE

transitions.txt (1602B)


      1 <transitions> ::= <transition> [<transition>...]
      2 
      3 <transition>          ::= <mol_id>\
      4                           <iso_id>\
      5                           <nu>\
      6                           <S>\
      7                           <A>\
      8                           <gamma_air>\
      9                           <gamma_self>\
     10                           <E">\
     11                           <n_air>\
     12                           <delta_air>\
     13                           <global_upper_quanta>\
     14                           <global_lower_quanta>\
     15                           <local_upper_quanta>\
     16                           <local_lower_quanta>\
     17                           <err_ids>\
     18                           <refs>\
     19                           <line_mixing_flags>\
     20                           <g'>\
     21                           <g">
     22 
     23 <mol_id>              ::= CHAR[2]  # int
     24 <iso_id>              ::= CHAR[1]  # int
     25 <nu>                  ::= CHAR[12] # double
     26 <S>                   ::= CHAR[10] # double
     27 <A>                   ::= CHAR[10] # double
     28 <gamma_air>           ::= CHAR[5]  # double
     29 <gamma_self>          ::= CHAR[5]  # double
     30 <E">                  ::= CHAR[10] # double
     31 <n_air>               ::= CHAR[4]  # double
     32 <delta_air>           ::= CHAR[8]  # double
     33 <global_upper_quanta> ::= CHAR[15] # char*
     34 <global_lower_quanta> ::= CHAR[15] # char*
     35 <local_upper_quanta>  ::= CHAR[15] # char*
     36 <local_lower_quanta>  ::= CHAR[15] # char*
     37 <err_ids>             ::= CHAR[6]  # int[6]
     38 <refs>                ::= CHAR[12] # int[6]
     39 <line_mixing_flags>   ::= CHAR[1]  # char
     40 <g'>                  ::= CHAR[7]  # double
     41 <g">                  ::= CHAR[7]  # double
     42