Ginga viewer: http://ginga.readthedocs.io/en/latest/ https://github.com/ejeschke/ginga/ Glue-Ginga plugin: https://github.com/ejeschke/glue-ginga/ How to use Catalog plugin in Ginga (not well documented yet): ejeschke/ginga#52 https://github.com/ejeschke/ginga/blob/master/ginga/rv/plugins/Catalogs.py https://github.com/spacetelescope/stginga/blob/master/stginga/examples/configs/ginga_config.py Not very sure how to use your custom MAST query in but one possibility is to write your own server class (e.g., see `AstropyCatalogServer` in https://github.com/ejeschke/ginga/blob/master/ginga/util/catalog.py), utilize MAST API in Astroquery (see http://astroquery.readthedocs.io/en/latest/mast/mast.html), and then use that class in `ginga_config.py` (example given above).
Ginga viewer:
http://ginga.readthedocs.io/en/latest/
https://github.com/ejeschke/ginga/
Glue-Ginga plugin:
https://github.com/ejeschke/glue-ginga/
How to use Catalog plugin in Ginga (not well documented yet):
ejeschke/ginga#52
https://github.com/ejeschke/ginga/blob/master/ginga/rv/plugins/Catalogs.py
https://github.com/spacetelescope/stginga/blob/master/stginga/examples/configs/ginga_config.py
Not very sure how to use your custom MAST query in but one possibility is to write your own server class (e.g., see
AstropyCatalogServerin https://github.com/ejeschke/ginga/blob/master/ginga/util/catalog.py), utilize MAST API in Astroquery (see http://astroquery.readthedocs.io/en/latest/mast/mast.html), and then use that class inginga_config.py(example given above).