Skip to content

panoptes/lightcurve-demo

Repository files navigation

lightcurve-demo

A small PyQT application that can easily demonstrate how lightcurves are created. Meant as an interactive exhibit.

screenshot

Setup

  1. Install Anaconda with Python 3.x

  2. Create an environment and install dependencies

    $ conda install pyqt
    $ conda install matplotlib
    $ conda install seaborn
    $ conda install cv2
    
  3. Run the demo

    $ python lc-demo.py
    

Usage

  1. Line up your webcam with a light source.
  2. Click 'Start' and move a dark object in front of the light source
  3. Observe your awesome light curve :) =======

Install

Python

For ease of install, assumes you are running the latest Anaconda environment.

OpenCV

Follow instructions at: https://conda.anaconda.org/menpo to install opencv3.

About

A small PyQT application that can easily demonstrate how lightcurves are created. Meant as an interactive exhibit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published