UWKepler / uwpyKepler

2 stars 1 forks source link

improving bin2 & plot_bin.py #36

Closed pkundurthy closed 12 years ago

pkundurthy commented 13 years ago

using the binning technique to amplify possible eclipse signals is a good way to corroborate QATS detections.

from now on all functions related to this technique must be written in the module binningdetect.py

try to make bin2 (please rename) run more like QATS.

pkundurthy commented 12 years ago

Forget what I said about making bin run like QATS

binning could have a function as follows

def binLC(lcdata,binwindowlist,outlierthreshol):
     stuff
     dict = {bin1:binnedLC1,bin2:binnedLC2...}

    return dict

Then write scripts in the plotting folder which will allow you to examine the results visually

johnm26 commented 12 years ago

bin.py added to test_plotting; closing issue