ooici / coverage-model

BSD 2-Clause "Simplified" License
2 stars 9 forks source link

Need the ability to overwrite values (for QC application) #180

Open lukecampbell opened 10 years ago

caseybryant commented 10 years ago

I suggest adding a distinction between mutable parameters and immutable parameters. Sensor data would be immutable, but calculated parameters would be mutable.

lukecampbell commented 10 years ago

can we do that?

caseybryant commented 10 years ago

It’s some added work, but not much more, maybe even less, than allowing values to be overwritten.

caseybryant commented 10 years ago

One edge case still exists if a write mutates some parameters and adds new parameters for an observation (time stamp). This will get sorted out as part of rebinning.