Skip to content

wschoenell/pynephoscope

 
 

Repository files navigation

pynephoscope

A python software suite for cloud detection in all-sky camera images.

requirements

  • PyQt
  • astropy
  • pyephem
  • scipy
  • numpy
  • pandas
  • OpenCV
  • pyserial

run

  • make sure you have dependencies installed
  • run pyuic on the ui files:
    pyuic5 image_view.ui -o image_view_ui.py
    
    pyuic5 main.ui -o main_ui.py
    
    pyuic5 settings_view.ui -o settings_view_ui.py   
  • grab a star catalog compatible with XEphem EDB format like this one.

  • make a mask image for your camera, example: original mask

  • edit the configuration in configuration.py

  • calibrate (for Stars method) by running calibration.py calibration

  • run main.py for the UI or any of the other scripts main

About

A python software suite for cloud detection in all-sky camera images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%