Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phuijse/gaia_query
A repo showing how to use astroquery to obtain Gaia light curves
https://github.com/phuijse/gaia_query
Last synced: about 4 hours ago
JSON representation
A repo showing how to use astroquery to obtain Gaia light curves
- Host: GitHub
- URL: https://github.com/phuijse/gaia_query
- Owner: phuijse
- License: gpl-3.0
- Created: 2023-10-06T07:32:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T14:42:25.000Z (10 months ago)
- Last Synced: 2024-04-18T11:30:05.860Z (7 months ago)
- Language: Jupyter Notebook
- Size: 318 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Querying Gaia tables using astroquery
The notebook in this repo shows how to use [astroquery](https://astroquery.readthedocs.io/en/latest/) to:
- Select a list of sourceids from one of the [variability tables](https://gea.esac.esa.int/archive/documentation/GDR3/Gaia_archive/chap_datamodel/sec_dm_variability_tables/)
- Obtain the photometric data through the datalinks interface
- Retrieve the variability featuresTo install the dependencies and run the notebook I suggest creating a conda environment
conda create -n gaia jupyter matplotlib pandas astropy astroquery -c conda-forge
conda activate gaia
jupyter notebookOr a regular python environment.