Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 920 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 920 Bytes

GaiaQuery

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.

Requirements

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

Alt text