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

Mechanism to easily perform cone searches based on current widget view #242

Open
pkgw opened this issue Sep 26, 2019 · 2 comments
Open

Mechanism to easily perform cone searches based on current widget view #242

pkgw opened this issue Sep 26, 2019 · 2 comments

Comments

@pkgw
Copy link
Contributor

pkgw commented Sep 26, 2019

We want to provide an interface to the Astrolabe archive through (py)WWT in Jupyter, and the natural way to exchange data between the frontend and the backend is with the appropriate VO protocols. So, it should be drop-dead easy to get data into a pywwt view through VO queries, and to visualize VO query results in pywwt.

We have astroquery and related libraries to actually do the VO querying, so this issue is much more about working out a smooth and easy overall workflow rather than necessarily adding a bunch of code to pywwt. Some specialized functionality might be needed to smooth that workflow, but my intuition is that it would not be a large amount.

This work should coordinate with the Astrolabe team to make sure that we have a smooth and intuitive workflow for accessing that particular repository from a pywwt/Jupyter frontend.

@pkgw
Copy link
Contributor Author

pkgw commented Feb 6, 2020

An update from the Astrolabe team: looks like the main use case they're currently targeting involves table queries using Simple Cone Search and asynchronous Table Access Protocol.

@pkgw pkgw changed the title Demonstrate support for VO protocols Mechanism to easily perform cone searches based on current widget view May 1, 2020
@pkgw
Copy link
Contributor Author

pkgw commented May 1, 2020

This issue was a bit broad. I'm narrowing this one down into the more specific concept of having pywwt provide a nice mechanism to help the user easily perform a VO cone search based on the current field of view of a WWT widget. Naively, I'd expect that this would involve something like taking a template query and filling in the cone-search specifics based on the current viewport settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant