Closed pkundurthy closed 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
bin.py added to test_plotting; closing issue
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.