Quality control coding: Difference between revisions
From Atomix
No edit summary |
Amelie Meyer (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
The numerical values of the Q flags are as follows: | The numerical values of the Q flags are as follows: | ||
1, if FOM > FOM_limit | 1, if FOM > FOM_limit | ||
2, if despike_fraction > despike_fraction_limit | 2, if despike_fraction > despike_fraction_limit | ||
4, if |log(e_max)-log(e_min)|> diss_ratio_limit X \sigma_{\ln\varepsilon} | 4, if |log(e_max)-log(e_min)|> diss_ratio_limit X \sigma_{\ln\varepsilon} | ||
8, if despike_iterations > despike_iterations_limit | 8, if despike_iterations > despike_iterations_limit | ||
16, manual flag by user | 16, if variance resolved > 50% | ||
32, manual flag defined by user | |||
Line 37: | Line 23: | ||
! Meaning | ! Meaning | ||
! Comment | ! Comment | ||
|- | |- | ||
| 1 | | 1 | ||
| | | if FOM > FOM_limit | ||
| | | ? | ||
|- | |- | ||
| 2 | | 2 | ||
| | | if despike_fraction > despike_fraction_limit | ||
| | | ? | ||
|- | |- | ||
| 4 | | 4 | ||
| | | if |log(e_max)-log(e_min)|> diss_ratio_limit X \sigma_{\ln\varepsilon} | ||
| | | ? | ||
|- | |- | ||
| | | 8 | ||
| | | if despike_iterations > despike_iterations_limit | ||
| | | ? | ||
|- | |- | ||
| | | 16 | ||
| | | if variance resolved > 50% | ||
| | | ? | ||
|- | |- | ||
| | | 32 | ||
| | | manual flag to be defined by user | ||
| ? | |||
| | |||
|} | |} | ||
<br /> | <br /> | ||
The Q flags are combined by their addition. | |||
For example a Q value of 3 means that the dissipation estimated failed both FOM_limit test and the despike_fraction test. | |||
A value of 15 means that all tests failed. | |||
< | A failure of any one test (<math>Q\ne0</math>) means that a dissipation test should not be trusted. | ||
The reasons for a failure can be decoded by breaking the value of Q down to its powers of 2. | |||
[[Category: Shear probes]] | [[Category: Shear probes]] |
Revision as of 19:08, 3 June 2022
In progress
Shear-probe quality-control flags
The Q (quality control) flags associated with shear-probe measurements are not compatible with the Ocean Sites Ocean Sites for quality control (QC) coding.
Every dissipation estimate from every probe must have Q flag. The numerical values of the Q flags are as follows:
1, if FOM > FOM_limit 2, if despike_fraction > despike_fraction_limit 4, if |log(e_max)-log(e_min)|> diss_ratio_limit X \sigma_{\ln\varepsilon} 8, if despike_iterations > despike_iterations_limit 16, if variance resolved > 50% 32, manual flag defined by user
Flag | Meaning | Comment |
---|---|---|
1 | if FOM > FOM_limit | ? |
2 | if despike_fraction > despike_fraction_limit | ? |
4 | log(e_max)-log(e_min)|> diss_ratio_limit X \sigma_{\ln\varepsilon} | ? |
8 | if despike_iterations > despike_iterations_limit | ? |
16 | if variance resolved > 50% | ? |
32 | manual flag to be defined by user | ? |
The Q flags are combined by their addition. For example a Q value of 3 means that the dissipation estimated failed both FOM_limit test and the despike_fraction test. A value of 15 means that all tests failed. A failure of any one test ([math]\displaystyle{ Q\ne0 }[/math]) means that a dissipation test should not be trusted. The reasons for a failure can be decoded by breaking the value of Q down to its powers of 2.