Skip to content

AndyTza/GaiaAlertsPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GaiaAlertsPy

Welcome to GaiaAlertsPy a small python package for data-mining photometric alerts from the ESA Gaia Photometric Science Alerts.

Test Installation

You can install GaiaAlertsPy using directly pip:

pip install GaiaAlertsPy

or install the source directly from the repository:

pip install git+ssh://[email protected]/AndyTza/GaiaAlertsPy.git

Quick-start Tutorial

Start by querying the epochal photometric alerts for Gaia19asz.

import GaiaAlertsPy as gappy

target_id = "Gaia19asz"
alert_lc = gappy.GaiaAlert(target_id).query_lightcurve_alert()

Acknowledgments

This repository was inspired by the use of the original repository GaiaAlerts (Hogg & Sipőcz) and extending its application to the time-domain community. If you use any resources or tools from this project, please cite us and the code used therein.

About

Gaia Photometric Science Alerts Package 💥

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages