No longer maintained. I am now using the simpler script stored here: https://github.com/Gabriel-p/VizierQuery
Simple script to query Gaia DR2 or EDR3 data using the
astroquery
package. Generates two user-defined colors (not present in the raw Gaia data) with their associated uncertainties.
Can be made to apply the Babusiaux et al. (2018) quality filters.
Latest release can be obtained here.
Python 3.8, numpy, astropy, matplotlib, scipy, astroquery, uncertainties
Can be run in a conda
environment with:
$ conda create -n gaiaq numpy astropy matplotlib scipy
$ conda activate gaiaq
$ conda install -c conda-forge uncertainties
$ conda install -c astropy astroquery