Skip to content
New issue

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 Targets are not found during Simbad Query #1165

Closed
jchate6 opened this issue Jan 27, 2025 · 2 comments · Fixed by #1174
Closed

Some Targets are not found during Simbad Query #1165

jchate6 opened this issue Jan 27, 2025 · 2 comments · Fixed by #1174
Assignees
Labels
bug Something isn't working

Comments

@jchate6
Copy link
Contributor

jchate6 commented Jan 27, 2025

Some objects (i.e. M78, Vega) are not found during a simbad harvester query.

This is new since the astroquery updates in #1160

@jchate6 jchate6 converted this from a draft issue Jan 27, 2025
@jchate6 jchate6 self-assigned this Jan 27, 2025
@jchate6 jchate6 added the bug Something isn't working label Jan 27, 2025
@jchate6
Copy link
Contributor Author

jchate6 commented Jan 27, 2025

[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
>>> 

Image

@jchate6
Copy link
Contributor Author

jchate6 commented Jan 31, 2025

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 jchate6 linked a pull request Feb 6, 2025 that will close this issue
@github-project-automation github-project-automation bot moved this from In progress to Closed in TOM Toolkit Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Closed
Development

Successfully merging a pull request may close this issue.

1 participant