Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
kvalobs:kvoss:system:qc2:user:version:kvqc2d-1.2.0 [2011-08-01 08:24:15] paule |
kvalobs:kvoss:system:qc2:user:version:kvqc2d-1.2.0 [2022-05-31 09:29:32] (current) |
||
---|---|---|---|
Line 8: | Line 8: | ||
* Long time series interpolation | * Long time series interpolation | ||
* Pluviometer checks (currently runs 2 minute aggregate check as a demonstration) | * Pluviometer checks (currently runs 2 minute aggregate check as a demonstration) | ||
- | * Interface station_param added | + | * Interface |
Bug Fixes | Bug Fixes | ||
- | * Akima interpolation in the Dip Test checks that interpolated value is not less than the physical minimum (need to add this to Long Interpolation too) | + | * Akima interpolation in the Dip Test checks that interpolated value is not less than the physical minimum (need to add this to Long Interpolation too) - BUG1320 |
* Better control for write flags in Redistribution algorithm | * Better control for write flags in Redistribution algorithm | ||
+ | * Ensure the redistributed sum is equal to the original accumulated sum - BUG1325 | ||
- | **This version is deployed only on dev-vm101 since the new algorithms require testing and some further modification | + | **This version is deployed only on dev-vm101 since the new algorithms require testing and some further modification** |
===== Plumatic Results/ | ===== Plumatic Results/ | ||
+ | |||
+ | |||
+ | Code for the plumatic controls is held in the three files - [[https:// | ||
+ | kvqc2d-1.2.0 includes an early snapshot of the code where the main components and the code structure are available (read data, construct a continuous time series with zeros for missing rows, perform some algorithms on the data, write results back) but needs expanding with all details and functions (but the basic engine to manage the plumatic checks is available). | ||
+ | |||
+ | For example, kvqc2d-1.2.0 runs a 2 minute aggregating window on the data and identifies aggregations > 0.85. The first minute of a 2 minute interval where the aggregation is above the limit is indicated in the example (please see PLX below) - according to the specification, | ||
+ | |||
< | < | ||
Line 58: | Line 66: | ||
</ | </ | ||
+ | * [[kvoss: | ||
+ | |||
+ | ===== Longer Gap Interpolation ===== | ||
+ | |||
+ | Information on this algorithm / latest discussion is available here: | ||
+ | |||
+ | * [[kvoss: |