Data processing and plotting for 'Personal Flash' artworks. https://www.nicolaellisandritherdon.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

769 B

Overview of lm1-hourly-totals.py and lm2-hourly-totals.py Scripts

I have assumed you have ran ./separator.sh and ./totalilator.sh, created a virtual-environment (venv) (python3 -m venv venv) and installed the dependencies (via pip -r install requirements.txt). See the project's README for more information on setting the repository up.

  cd <PATH TO RITHERDON-CHARTS>
  # Activate the virtual-environment if you haven't...
  source venv/bin/activate

  # Run the script for generating the chart for Light Meter 1...
  python lm1-hourly-totals.py

    # Run the script for generating the chart for Light Meter 2...
  python lm2-hourly-totals.py

What the Script Does

This needs to be written…