-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need the ability to overwrite values (for QC application) #180
Comments
I suggest adding a distinction between mutable parameters and immutable parameters. Sensor data would be immutable, but calculated parameters would be mutable. |
can we do that? |
It’s some added work, but not much more, maybe even less, than allowing values to be overwritten. |
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. |
M117 / Issue #180 - Implemented mutable parameters.
No description provided.
The text was updated successfully, but these errors were encountered: