Tool/software:
Hi,
In the Gtrack code, there is an sentence :
/* Ghost Points Marking*/ if(inst->isAssociationGhostMarking) { /* First, check whether we are moving and point is dynamic with larger range */ if( (isUnitStatic == false) && // Only moving targets can produce ghosts (point[n].vector.range > inst->H_s.vector.range) && // Behind the target isDynamicPoint ) // Only dynamic points can be marked {
Only moving targets can produce ghosts, here the radar is static. Now if the radar is moving, this sentence 'Only moving targets can produce ghosts' is right or not? Is it relative with the radar status(static or dynamic)?
BR,
Rata