waqasbhatti / astrobase

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

lcfit: fixed key bug in likelihood #74

Closed lgbouma closed 5 years ago

lgbouma commented 5 years ago

per the docstring, and everywhere else in the code, "period" is the key used for the transit period, not "per".

this bug previously prevented sampling across the orbital period.

(usually I had left it as a fixed parameter, which is why this was not noticed earlier).