Inter IIT 2021 : ISRO PS - Catalogue visualization
A description of the files included here
A set of preprocessed files, that go directly into the application for visualisation, and comparing. They are obtained from the original catalogs and underwent simple preprocessing which appended a list of related publications to the objects they referred to. They are as follows:
- AstroSat_final_table1.csv
- hmxbFull.csv
- lmxbFull.csv
A set of notebook describing the preprocessing steps in detail
- DataPreprocessing.ipynb (for linking objects and references in catalog A)
- Data Preprocessing of Astrosat Publications.ipynb
- Data Preprocessing of Astrosat Observations.ipynb
- Linking AstroSat Publications to AstroSat Observations.ipynb (2-4 deal with mergin catalogs B and C suitably)
The actual applications include
- CatalogVisualisationAndSearchTool.ipynb (can be launched in a web browser with steps described in attached documentation 'Documentation-CatalogVisualisationAndSearchTool.pdf')
- Documentation-CatalogVisualisationAndSearchTool.pdf (The documentation and instructions for usage for above)
- main.py (Standalone desktop application. The 'AstroSat_final_table1.csv' needs to be in the same directory as the .py file. The coordinates, RA and Dec on the screen are in degrees, and 0 degrees and 360 are the same on the map)
- Documentation for the Standalone Application (1).pdf (documentation for the same)
The video demos:
- CatalogVisualisationAndSearchToolWebAppDemo.mp4
- StandaloneAppDemo.mp4