Short-bus / pilomar

RaspberryPi based miniature observatory
https://shortbus.blog/
GNU General Public License v3.0
64 stars 14 forks source link

Move some of the more complex classes into their own include files. #16

Closed Short-bus closed 10 months ago

Short-bus commented 1 year ago

Simplify the main source code, and improve the integrity of some of the more complicated classes by separating them out into their own include files. Possibilities are

Short-bus commented 1 year ago

pilomarlogfile.py: provides logfile() class. pilomartimer.py: provides timer() class. pilomarmetcheck.py: provides metcheck_handler() class. pilomarimage.py: provides pilomarimage() class. pilomarviewer.py: provides pilomarviewer() class (development/debugging/tuning utility) pilomardialog.py: provides filedialog() and folderdialog() classes. pilomardisc.py: provides discmonitor() class. pilomarcpu.py: provides cpumonitor() class. pilomarmemory.py: provides memorymonitor() class. pilomaroscommand.py: provides oscommand() class.

Short-bus commented 10 months ago

Summer2023 development merge has included this and also removed some unwanted modules.