You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'Dubious Tracks' requirement can be used to check for dubious tracks generated by a \textbf{Tracker} data-source (using the attributed track number). This requirement checks based on test data only, so the reference data is of no importance. \\
96
+
97
+
For each track number (existing in an UTN) a number of checks are performed, and a probability of dubious target report is caluclated. Which checks are used can be defined as follows, but are focused on short tracks or physically dubious movement. \\
98
+
99
+
\begin{itemize}
100
+
\item Probability [1]: Probability of dubious track
101
+
\item Probability Check Type: $\geq$
102
+
\item Use only from L.U. Sensor: Checkbox if only data from a single last-updating sensor id should be considered
103
+
\item L.U. Sensor [1]: Last-updating sensor id (number, as in the 'Manage Data-Sources' task)
104
+
\item Minimum Comparison Time [s]: Skip movement checks if time between updates is smaller than the defined time
105
+
\item Maximum Comparison Time [s]: Skip movement checks if time between updates is larger than the defined time
106
+
\item Mark Primary-Only: Checkbox if all primary-only tracks should be counted as dubious
107
+
\item Use Minimum Updates: Checkbox if tracks with less than the defined number of updates should be counted as dubious
108
+
\item Minimum Updates [1]: Minimum number of updates
109
+
\item Use Minimum Duration: Checkbox if tracks with a duration less than the defined time should be counted as dubious
110
+
\item Minimum Duration [s]: Minimum duration
111
+
\item Use Maximum Groundspeed: Checkbox if maximum groundspeed should be used
112
+
\item Maximum Groundspeed [kts]: Maximum groundspeed to be considered
113
+
\item Use Maximum Acceleration: Checkbox if maximum acceleration should be used
114
+
\item Maximum Acceleration [$m/s^{2}$]: Maximum acceleration to be considered
115
+
\item Use Maximum Turnrate: Checkbox if maximum turnrate should be used
116
+
\item Turnrate Groundspeed [deg/s]: Maximum groundspeed to be considered
117
+
\item Use Maximum ROCD: Checkbox if turnrate rate of climb/descent should be used
118
+
\item Maximum ROCD [ft/s]: Maximum rate of climb/descent to be considered
119
+
\item Dubious Probability [1]: Probability of dubious target report to classify a track as dubious
120
+
\end{itemize}
121
+
\ \\
122
+
123
+
\subsubsection{Calculation}
124
+
125
+
As a summary, the reference is used to calculate the number of expected update intervals inside the sector layer (\#EUI). Then, for the test data, if the reference exists at the time, time differences between target reports are checked and the number of misses/gaps are calculated as number of missed update intervals (\#MUI). \\
126
+
127
+
Gaps are, if a minimum or maximum gap length is used, only counted if the detected gap fulfills the thresholds. \\
128
+
129
+
The ratio of \#MUI and \#EUI gives the probability of missed update interval, the counter-probability gives the Probability of Detection (PD). The PD must greator or equal than the defined 'Probability' for the requirement to pass.
In the render order widget, the drawing order of all DBObjects is specified. The one at the top is drawn last (over all others), so it is useful to move the most important DBObject (for the current inspection) to the top.
268
+
In the render order widget, the drawing order of the drawn geometry is specified. The one at the top is drawn last (over all others), so it is useful to move the most important DBObject (for the current inspection) to the top.
To change the drawing order click on the DBObject to move and use the buttons on the right side. Please note that no redraw is required and that the drawing order is persisted in the configuration.
276
-
%
275
+
Using the 'Order By' checkbox, the drawing order can be defined based on:
276
+
\begin{itemize}
277
+
\item DBObject: Data-source type (e.g. Tracker, Radar, ...)
To change the drawing order click on the item to move and use the buttons on the right side. Please note that no redraw is required and that the drawing order is persisted in the configuration. \\
283
+
277
284
\begin{itemize}
278
-
\item\includegraphics[width=0.5cm]{../../data/icons/top.png} Move to Top: Move DBO to top position
279
-
\item\includegraphics[width=0.5cm]{../../data/icons/up.png} Move Up: Move DBO one position up
280
-
\item\includegraphics[width=0.5cm]{../../data/icons/down.png} Move Down: Move DBO one position down
281
-
\item\includegraphics[width=0.5cm]{../../data/icons/bottom.png} Move to Bottom: Move DBO to the bottom position
285
+
\item\includegraphics[width=0.5cm]{../../data/icons/top.png} Move to Top: Move item to top position
286
+
\item\includegraphics[width=0.5cm]{../../data/icons/up.png} Move Up: Move item one position up
287
+
\item\includegraphics[width=0.5cm]{../../data/icons/down.png} Move Down: Move item one position down
288
+
\item\includegraphics[width=0.5cm]{../../data/icons/bottom.png} Move to Bottom: Move item to the bottom position
0 commit comments