KeplerGO / pyke

Easy command line tools for Kepler, K2 & TESS data analysis.
http://pyke.keplerscience.org
118 stars 35 forks source link

Add a `LightCurve.bin()` method #157

Closed barentsen closed 6 years ago

barentsen commented 6 years ago

Plotting a binned light curve is a common method to visualize a weak signal, e.g. a noisy transit. I propose that we make this easy by adding a LightCurve.bin() method.

(Of course the docstring should say that fitting a model to binned data is not a good idea, this method is intended to aid visualizations only!)

mirca commented 6 years ago

Implemented in #161