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

Simple script to query Gaia data using astroquery

License

Notifications You must be signed in to change notification settings

Gabriel-p/GaiaQuery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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