Skip to content

mattjhill/La-Serena-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

La-Serena-Project

La Serena Data Science School Project on finding periodic signals in CRTS quasar light curves

Dependencies

The scripts require gatspy (for fast Lomb-Scargle) and pyaov (for Analysis of Variance).

Usage

The code is built around the LightCurve object, which is instantiated from a three column data file (time, magnitude, magnitude error).

>>> from lightcurve import LightCurve
>>> lc = LightCurve("/my/lightcurve.dat") #the file containing the lightcurve
>>> lc.get_pbest()
Peak of    1.350E+02 at frequency       3.64061161304
0.610526068299 

About

La Serena Data Science School Project on finding periodic signals in CRTS quasar light curves

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages