-
-
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
Make SDSS query region a circle #585
Comments
Yes, however, this is not a simple fix. There are two possible solutions:
I don't understand the historical intent of this module, so I'm not sure which to prefer. If we do not need to pay attention to historical intent, then I would be happy to hack up this module beyond all recognition. |
If they're going to end up functionally equivalent, we should probably at least include a 'deprecation warning' and redirect from one (cross-id?) to the other. Otherwise, hacking beyond all recognition (and making it like the other astroquery modules) is a good idea. The history of this module is somewhat murky; it has contributions from a few sources and I did not do a very good job of curating it, preferring partial functionality over conformance to standards. But, @bsipocz may be able to fill in some additional details there. |
I wouldn't be happy if we depracate multi coordinate queries as of |
7 years on, @svolfman and I were just being very confused why the search area isn't a circle until she dug out this issue! |
I'm interested in working on this, proceeding on the basis of the However, I have a question about the logic in |
most likely is a historical mess. This module is kept afloat with bug patches, but for a very long time (if not from the beginning) could use a revamp, or at least a proper test coverage to smoke out issues like you mentioned. |
So, please go ahead and open PRs as you see fit, I'm happy to do reviews for this module, but as the code history shows, I don't have time anymore to open PRs myself. |
I'm going down the path of using |
for the long term we should keep |
This issue was discussed in #545, but we opted to do it as a separate fix so the other work in #545 could get in sooner.
Basically, the SDSS region queries (which have a
radius
) keyword in fact search a box instead of a circular region on the sky. That needs to be fixed. I think @weaverba137 might be working on this?The text was updated successfully, but these errors were encountered: