HERA-Team / hera_mc

The HERA monitor and control (M&C) system.
BSD 2-Clause "Simplified" License
3 stars 3 forks source link

Convert number arrays that have been stored as strings back to numbers. #637

Open david-deboer opened 2 years ago

david-deboer commented 2 years ago

We are in the process of updating hera_mc such that we can handle float arrays -- previously sqlite had been an issue. There are other arrays in the database that can be converted back to numbers. For instance, in antenna_status the 'histogram' and 'eq_coeffs' entries could be converted. Note that the current fix only handles floats, not ints, however that should be straightforward to add.