We provide a visualization tool to improve accessibility to HEASARC data and how it is shown to different kinds of people, like scientist, physicist, astronomers and other people who are interest in the topic, so they can work and explore this data in a better and easier way.
Our team wanted to analize the data and develop a better interface to study it.
First, we learn about different APIs in python to do the queries, but the API does not have some important parameters that we needed in our aladin.
Second, we used NAVO's SIA protocol to gather images in diferent wavelenght of light from Heasarc's Data Records.
Then, we tried to display the locations in the sky where the Heasarc's telescopes are pointed at in a given date.
Finally we designed an intuitive interface for experts and beginners to access this information as quick as possible.
Our web site can be visited here https://galaxyseeker.azurewebsites.net/.
Problems we encountered:
*Unintuitive database query protocols.
*It seems that some NAVO services do not implement the SIA protocol as per http://www.ivoa.net/documents/SIA/20140707/PR-SIA-2.0-20140707.html.
We used the PyVO Python module to obtain URLs to .fits images from NASA'S HEASARC, these URLs are then saved in a text file and are then properly refered using the Aladin Javascript API based on the user query that is given through the web interface. We also wanted to use HEARSAC'S telescope catalogues to display current and previous observation but it was not possible.
Demo Video: https://youtu.be/RKylR-cbQRk