Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
kvalobs:kvoss:system:qc2:user:version:kvqc2-1.0.9 [2010-11-23 13:03:56] paule created |
kvalobs:kvoss:system:qc2:user:version:kvqc2-1.0.9 [2022-05-31 09:29:32] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== kvqc2 Version: 1.0.9 ====== | ====== kvqc2 Version: 1.0.9 ====== | ||
- | This version | + | This version |
- | [[https:// | + | [[https:// |
**Algorithms in this release:** | **Algorithms in this release:** | ||
^ AlgoCode ^Name ^Description | ^ AlgoCode ^Name ^Description | ||
- | | 10 | SingleLinear_v32 | 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. New version updated with respect to a {{: | + | | 10 | SingleLinear_v32 | 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. New version updated with respect to a {{kvalobs: |
- | | 7 | FlagTester |[[https:// | + | |
**Example Configuration Files** | **Example Configuration Files** | ||
- | ^SingleLinear | + | ^SingleLinear_v32^ |
*NB* Different/ | *NB* Different/ | ||
Line 46: | Line 46: | ||
</ | </ | ||
- | ^FlagTester ^ | ||
- | |||
- | This is a small utility to help check the behaviour of flag settings with the introduction of Qc2. Procedure: | ||
- | |||
- | - Provide a set of input flags in a text file as " | ||
- | - Add to the configuration file the desired conntrolinfo changes to apply. | ||
- | - The algorithm changes the controlinfo and then obtains an update to the useinfo from kvUseInfo:: | ||
- | - The results are written to a text file for later inspection. | ||
- | |||
- | **Example configuration file with further comments inline ...** | ||
- | < | ||
- | #[Flag Analysis Utility] | ||
- | AlgoCode=7 | ||
- | RunAtHour=22 | ||
- | RunAtMinute=33 | ||
- | # File containing test flags, the format of the file is as follows | ||
- | # controlinfo useinfo | ||
- | # | ||
- | # If no file is specified the algorithm does not run. | ||
- | # | ||
- | # e.g. | ||
- | # 0000601000000000 9894700000000000 | ||
- | # 0000002000000000 7039900000000000 | ||
- | # 0000002000000000 9039900000000000 | ||
- | # 0000602000000000 7033700000000000 | ||
- | # 0000003000000000 9899900000000000 | ||
- | # | ||
- | FlagsIn="/ | ||
- | #Flags to change in the controlinfo | ||
- | S_ftime=1 | ||
- | change_fmis=3-> | ||
- | change_fmis=0-> | ||
- | change_fmis=2-> | ||
- | # File where the resultant flags are written | ||
- | FlagsOut="/ | ||
- | # | ||
- | # If no file is specified the results are written to "/ | ||
- | # | ||
- | </ | ||