BayesFlare / bayesflare

A python module to detect stellar flares using Bayesian model comparison
GNU General Public License v2.0
7 stars 4 forks source link

Faster periodogram calculation #6

Open mattpitkin opened 9 years ago

mattpitkin commented 9 years ago

When calculating the Lomb-Scargle periodogram there appears to be a fast method available in astroML/gatspy (see also here). It may be worth implementing this as the current periodogram calculation does take a fair bit of time.