Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Introduction

Overview

On this page:

Automatic Track Initiation

In order to calculate how fast an object is travelling, or in which direction, or how many times we have seen it previously, we must analyse several adjacent scans. Automatic Track Initiation (ATI) is therefore concerned with movement and history of an object. ATI serves as the final processing stage, the output of which is a track.

ATI is configured with the variables below:

  • Of the last 'N' scans, only create a track if we have seen it 'M' times (by default M=3 and N=5)
  • Only create a track from the plot if it’s travelling at a certain minimum and maximum speed (calculated as distance elapsed between scans divided by the scan time).
  • Only create a track if it is travelling in a straight line, +/- a certain error margin in degrees, called the turn rate (calculated as angle of direction change between scans).

In order to become a track, an object needs to exhibit various attributes and behaviour, e.g. physical size, speed, directional change rate etc. and in order to be classified, these attributes are measured against Classification Models. As such, classification takes place once an object reaches the state of becoming a track. This is ostensibly the point at which it appears in on the PPI, however in reality a track exists several seconds before appearing. 

For example,


Related information

  • No labels