NCAR / WVD-MCSupdate

Addition of NCAR MCS, rewrite to software infrastructure, and expansion of features for WVD operations.
2 stars 1 forks source link

Clear Data Graph Button #207

Closed stillwer closed 5 years ago

stillwer commented 6 years ago

Make a button to clear out the current data (like the weather station has) to clear graphs. Currently, the only way to clear the graphs is to restart the program entirely.

stillwer commented 5 years ago

Already available on the humidity sensor program. Still needed on:

Power monitoring Laser locking Weather station Thermocouples UPS

stillwer commented 5 years ago

Note that the weather station data doesn't work the way I want it to so it is on the list of things to fix.

stillwer commented 5 years ago

The right way to do this is to multiply all values by nan in the visualization loop. That will mean that data can not be being processed and cleared at the same time. You also have to zero out the counting variable that updates the arrays.

stillwer commented 5 years ago

Just modified the weather station's plotting. Still need to test.

stillwer commented 5 years ago

Just implemented on Thermocouples, UPS, Wavemeter, Weather Station, and Power Monitoring. Going to push and test now.

stillwer commented 5 years ago

Just finished all the plots that I know of.