Skip to content

Commit e502673

Browse files
Miguel de Val-Borrokeflavich
authored andcommitted
Link to hapi.py code
1 parent b7fd1f3 commit e502673

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

astroquery/hitran/reader.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818

1919
ISO_INDEX = { 'id':0, 'iso_name':1, 'abundance':2, 'mass':3, 'mol_name':4 }
2020

21-
# Copied from hapi.py code
21+
# Copied from the hapi.py code (Academic Free License)
22+
# http://hitran.org/static/hapi/hapi.py
2223
ISO = {
2324
( 1, 1): [ 1, 'H2(16O)', 0.997317, 18.010565, 'H2O' ],
2425
( 1, 2): [ 2, 'H2(18O)', 0.00199983, 20.014811, 'H2O' ],

0 commit comments

Comments
 (0)