We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3ba37 commit 43e2fd4Copy full SHA for 43e2fd4
docs/linelists/cdms/cdms.rst
@@ -158,6 +158,8 @@ shown below:
158
from astroquery.linelists.cdms import CDMS
159
from scipy.optimize import curve_fit
160
161
+ result = CDMS.get_species_table()
162
+ mol = result[result['tag'] == 28503] #do not include signs of TAG for this
163
keys = [k for k in mol.keys() if 'lg' in k]
164
temp = np.array([float(k.split('(')[-1].split(')')[0]) for k in keys])
165
part = list(mol[keys][0])
0 commit comments