ESASky Astroquery module - ESDC
THE ESASKY ASTROQUERY MODULE
It is possible to query ESASky using a dedicated module within the python Astroquery package. The module should be included in the latest version of Astroquery, which can be installed via pip:
pip install --pre astroquery
Alternatively, you can grab the latest Astroquery version with the ESASky module from GitHub.
The documentation for the module can be found here.
The following Jupyter notebooks are available:
- Access ESASky Products with astroquery.esasky - This Jupyter notebook presents some very simple use cases (click here for an HTML version of the notebook).
- Advanced use case - An example of a more advanced use case, loading XMM-Newton, Herschel and Planck data (click here for an HTML version).
- Herschel SPIRE Aperture Photometry for Point Sources - An advanced use case performing aperture photometry of Herschel SPIRE images downloaded from astroquery.esasky (click here for an HTML version).
- Cluster Analysis - Advanced use case to perform a cluster analysis around the Herbig AeBe star HD 200775 using the Gaia and VizieR astroquery modules (click here for an HTML version).
Access all the notebooks, and others, on GitHub.