astropy / astropy/astroquery

Nist.query Wrong Data returned for 'Rel.'of 'Ne I, Mo'

Open
#930 5 comments 0 reactions 0 assignees View on GitHub
nist question
Dominant language
Python
Stars
791
Forks
451
Avg merge
1d 3h
Merged PRs (30d)
4

Description

I got some trouble with using Nist.query as it returned some strange table, howle different to the one when using the website
```
from astroquery.nist import Nist
import astropy.units as u
temp_table = Nist.query(634 * u.nm, 641 * u.nm, 'Mo, Ne I',
energy_level_unit='eV', output_order='wavelength',
wavelength_type='vacuum')
temp_table
```
I was using just the same code for 'Fe I', 'Fe II', 'Ar I', 'Ar II', 'W' and others in the past and it's fine. I am not sure what went wrong, whether it is my fault or of astroquery. It would be nice if you could help me out.
![image](https://user-images.githubusercontent.com/15096480/27472771-eac02af6-57fc-11e7-8510-c75770bca2b1.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.