waqasbhatti / astrobase

Python modules for light curve work and variable star astronomy
MIT License
55 stars 12 forks source link

periodbase: add transit least squares #84

Closed lgbouma closed 5 years ago

lgbouma commented 5 years ago

This commit adds a wrapper to Hippke and Heller's transit least squares package (2019; arxiv.org/abs/1901.02015).

A few comments:

waqasbhatti commented 5 years ago

Thanks for the PR! Looks OK at first glance; I'll review this later today or by Tuesday at the latest.

lgbouma commented 5 years ago

Done on all counts, and the test is passing. I think it's ready to merge!

waqasbhatti commented 5 years ago

Thanks for the update. Will merge this tomorrow after I make sure the CI job knows to install transitleastsquares as well.