Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
/ VizierQuery Public archive

Simple script to query Vizier data using astroquery

License

Notifications You must be signed in to change notification settings

Gabriel-p/VizierQuery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VizierQuery

Small wrapper around the astroquery package to download Vizier data for any available catalog.

Requirements

Python 3.8, numpy, astropy, astroquery, uncertainties

Can be used in a conda environment with:

$ conda create -n vizierq numpy astropy
$ conda activate vizierq
$ conda install -c conda-forge uncertainties
$ conda install -c astropy astroquery

About

Simple script to query Vizier data using astroquery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages