You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: