Skip to content

Commit 43e2fd4

Browse files
committed
fix code bug in plot example
1 parent bd3ba37 commit 43e2fd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/linelists/cdms/cdms.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ shown below:
158158
from astroquery.linelists.cdms import CDMS
159159
from scipy.optimize import curve_fit
160160

161+
result = CDMS.get_species_table()
162+
mol = result[result['tag'] == 28503] #do not include signs of TAG for this
161163
keys = [k for k in mol.keys() if 'lg' in k]
162164
temp = np.array([float(k.split('(')[-1].split(')')[0]) for k in keys])
163165
part = list(mol[keys][0])

0 commit comments

Comments
 (0)