A tool to search for dips in photometric time series
lcps searches for transit-like features in light curve files.
The easiest and recommended way of installing lcps is via pip. To install the latest released version of lcps from PyPI:
$ pip install lcps
If you prefer to use the most current development version, you can download lcps from GitHub.
After unpacking the package, go to its root directory and run the setup script:
$ sudo python setup.py install
$ python lcps_batch.py /KeplerData/C7/ --logfile /KeplerData/C7/lcps_long+deep01.log --winSize 700 --stepSize 20 --minDur 20 --maxDur 698 --detectionThresh 0.90
A full documentation of lcps is available under http://lcps.readthedocs.io.
Copyright 2016 Martin Schlecker
lcps is free software made available under the MIT License. For details see the LICENSE file.