Modifying data in running measurement (e.g. running average) #5640
|
Is it possible to modify data in a running measurement (except for adding more data ;) )? As far as I can tell the Thanks for any help and suggestions. |
Replies: 1 comment 1 reply
|
We don't really support modifying the data as we are sort of big on ensuring the provenance of the data so each value in a qcodes dataset corresponds to a specific measurement. I could imagine that you could do the averaging in memory and only write a snapshot of this to the database with some interval storing all the snapshots but by only doing it at certain intervals limiting the amount of data that you store. |
We don't really support modifying the data as we are sort of big on ensuring the provenance of the data so each value in a qcodes dataset corresponds to a specific measurement. I could imagine that you could do the averaging in memory and only write a snapshot of this to the database with some interval storing all the snapshots but by only doing it at certain intervals limiting the amount of data that you store.