This is an old revision of the document!


Single Linear

Replaces a single missing value with a linear interpolated value. If a corresponding max or min paramids are also specified then checks that the correction lies within the available max … min range, if the interpolated values falls outside this range then the algorithm sets the corrected value to the nearest of max or min. Run for any paramid and optional max, min specified in the configuration file.

For TA, specific use cases to address:

i.e. check the following examples in comparison with specification from the flag group …

kvalobs=# select * from data where paramid=211 and obstime between 'yesterday' and 'today' and substr(controlinfo,7,1)='2';
kvalobs=# select * from data where paramid=211 and obstime between 'yesterday' and 'today' and substr(controlinfo,7,1)='3';
kvalobs=# select count(*) from data where paramid=211 and obstime between 'yesterday' and 'today' and substr(controlinfo,7,1)='1';

This is under construction …

FIXME

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • kvalobs/kvoss/system/qc2/requirements/algorithms/singlelinear.1283721104.txt.gz
  • Last modified: 2022-05-31 09:23:18
  • (external edit)