get_tracks_per_target: Get number of tracks assigned to each target over time

View source: R/get_tracks_per_target.R

get_tracks_per_targetR Documentation

Get number of tracks assigned to each target over time

Description

Takes assignmentData, and figures out how many tracks were assigned to each target over time. It does this by looking for when track segments start and stop. NOTE! false tracks will NOT interrupt a track, so if a target is tracked at time t=1 and t=10 (with false tracks in between), this will assume it was tracked the whole time

Usage

get_tracks_per_target(assignmentData, truthData = NULL)

Arguments

assignmentData

the output of target_assignment()

truthData

the input truth data (default=NULL). If you don't pass this, the return is at sensor times. If you DO pass this, return is at truth data times.

Value

dataframe containing lat, lon, alt, heading, time, truthID, and numTracksOnTarget


battleVerse/nautilus documentation built on July 16, 2024, 4:20 a.m.