Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 869 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 869 Bytes

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.