Save data
dpizetta opened this issue · 1 comments
dpizetta commented
We need to implement a save function that save the data recorded in the RecordingPlotter (the sub set of real time plotter). May we can use the numpy function savetxt and loadtxt (like .dat format, in columns). I think this is the easiest solution.
Also, we need to check the recorded file before begins a new one, or when the program closes, etc.
dpizetta commented
Done.
Needs more testing.