We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some objects (i.e. M78, Vega) are not found during a simbad harvester query.
This is new since the astroquery updates in #1160
The text was updated successfully, but these errors were encountered:
[llindstrom@llindstrom-rocky TOM_NLE_2025Jan21_2045]$ ./manage.py shell_plus >>> from astroquery.simbad import Simbad >>> result_table = Simbad.query_object("vega") >>> result_table <Table length=1> main_id ra dec coo_err_maj ... coo_err_angle coo_wavelength coo_bibcode matched_id deg deg mas ... deg object float64 float64 float32 ... int16 str1 object object --------- ---------------- --------------- ----------- ... ------------- -------------- ------------------- ---------- * alf Lyr 279.234734787025 38.783688956244 3.51118 ... 90 O 2007A&A...474..653V NAME Vega >>>
Sorry, something went wrong.
This seems to be an intermittent issue with the distance columns. Short of removing the distance, I'm not sure how to fix this at the moment.
jchate6
Successfully merging a pull request may close this issue.
Some objects (i.e. M78, Vega) are not found during a simbad harvester query.
This is new since the astroquery updates in #1160
The text was updated successfully, but these errors were encountered: