MyTooliT / ICOc

ICOc is a tool to control the ICOtronic system, acquire data, and test stationary transceiver units and sensory tool holders.
https://mytoolit.github.io/ICOc/
2 stars 0 forks source link

ICOn: Do not Overwrite Old Measurement Data #48

Closed sanssecours closed 10 months ago

sanssecours commented 10 months ago

Description

Currently the icon subcommand measure always stores measurement data in a file called Measurement.hdf5. This is problematic since this means taking another measurement will not be possible, if this file exists. We should add a timestamp to the filename, just like we do for icoc, to make sure that icon does not corrupt old measurement data.

Todo