A small PyQT application that can easily demonstrate how lightcurves are created. Meant as an interactive exhibit.
-
Install Anaconda with Python 3.x
-
Create an environment and install dependencies
$ conda install pyqt $ conda install matplotlib $ conda install seaborn $ conda install cv2
-
Run the demo
$ python lc-demo.py
- Line up your webcam with a light source.
- Click 'Start' and move a dark object in front of the light source
- Observe your awesome light curve :) =======
For ease of install, assumes you are running the latest Anaconda environment.
Follow instructions at: https://conda.anaconda.org/menpo to install opencv3
.