SiWECAL-TestBeam / SiWECAL-TB-monitoring

Event-based almost-online monitoring for the SiW ECAL
GNU General Public License v3.0
0 stars 3 forks source link

Add a TUI wrapper #7

Closed kunathj closed 2 years ago

kunathj commented 2 years ago

The monitoring script/loop could be wrapped in a terminal UI. I propose using the curses python standard library module for this. Note that this is not available in the Windows version of Python. As the wrapper would only be a convenience layer on top of the script that does the actual work, I don't think this is a problem.

There is no functionality gain from implementing this issue, only an increase in ease of use. Thus it has low priority.

kunathj commented 2 years ago

I don't think that anyone present at the test beam had an issue with the un-wrapped python script.