-
Notifications
You must be signed in to change notification settings - Fork 0
SCT dual
Cristian Lussana edited this page Mar 24, 2021
·
3 revisions
Work in progress
Returned values are: the p-vector of the quality flags
flag | description |
---|---|
-999 | missing flag (observation not checked) |
0 | good observation |
1 | bad observation |
11 | isolated observation, it is the only observation inside the inner circle |
12 | isolated observation, less than num_min_outer observations inside outer circle |
The list of parameters is (type vector = it is possible to specify a sequence of buddy checks):
parameter | description | type |
---|---|---|
fgt | do it, true or false | logical |
fgt.code | code identifying bad observation flagged by the test | scalar |
i.fg | number of repetitions of the entire sequence of checks | scalar |
break.fg | break the loop over the tests if less than this number of observations has been flagged | scalar |
transf.fg | transform values before doing the check | scalar |
doit.fg | specify on a provider basis if the observations have to be tested (0=no; 1=yes) | M-vector |
prio.fg | specify on a provider basis the priorities the observations have (the smaller the number, the higher the piority) | M-vector |
fgt_fglab.fg | labels identifying which of the background fields have to be used in the test | N-vector |
circle_radius.fg | radius (m) of the circle | N-vector |
tpos.fg | threshold when the observed value is greater than the background | (N*M)-vector |
tneg.fg | threshold when the observed value is smaller than the background | (N*M)-vector |
num_min_circle.fg | minimum number of observations required inside the outer circle | N-vector |
num_max_circle.fg | maximum number of observations used | N-vector |
aggn_radius.fg | radius defining the background aggregation area | N-vector |
num_max_aggn.fg | maximum number of points considered inside the background aggregation area | N-vector |
Copyright (C) 2021 MET Norway. Titan is licensed under GPL version 3 or (at your option) any later version.