format_ASI_position: Format scenarioMaker data into SIMDIS position data

View source: R/format_ASI_position.R

format_ASI_positionR Documentation

Format scenarioMaker data into SIMDIS position data

Description

Format scenarioMaker data into SIMDIS position data

Usage

format_ASI_position(platformData, timeOverride = 0)

Arguments

platformData

position data on all the platforms. This is the scenarioMaker truth format. Requires the following columns:

  • time: (double) time of measurement. We currently recommend POSIX

  • lon: (double) longitude of target at time of measurement

  • lat: (double) latitude of target at time of measurement

  • alt: (double) altitude of target at time of measurement

  • truthID: (factor) name or identifier for target. We recommend letters or names

  • heading: (double) sensor system heading in degrees azimuth

timeOverride

if non-zero, will overwrite the time in platformData (default=0) (used for the persistPosition option in create_ASI_platforms)

Value

platform data for SIMDIS


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