-
-
Notifications
You must be signed in to change notification settings - Fork 406
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
XMatch Failure #3191
Comments
Hi, I tried to reproduce, and the error message says:
Where the important line is: It works if you switch your line to: tbl = XMatch.query(cat1='vizier:II/316/gps6', cat2='vizier:II/293/glimpse', area=reg_alt, max_distance=1*u.arcsec) Maybe we should make this more visible in the documentation? EDIT: just had a look at the documentation and I'm laughing so hard, there is nothing in there, we seriously have an issue. I'm super sorry and have no idea how you found the method to restrict the cross match inside a cone. Adding this to my to do list for ~ March, or I'm happy to help anyone wanting to contribute. |
Ahhh, I see. Yes, definitely need to fix the documentation! Also, can we fix the error message? The part you found: |
I tried running the following code to query XMatch:
But it failed with this error:
When I set
get_query_payload=True
, this is what I got:When I checked the webform payload on the http://cdsxmatch.u-strasbg.fr/ website, this is what the payload was:
It looks like there is a difference, maybe there is something weird going on.
The text was updated successfully, but these errors were encountered: