read_ASI: Read platform data (truth data) from an ASI file

View source: R/read_ASI.R

read_ASIR Documentation

Read platform data (truth data) from an ASI file

Description

Read platform data (truth data) from an ASI file. Only reads in lat, lon, alt, and heading (no speed, velocity, etc.). Only works on very SIMDIS files written in an LLA coordinate system. If you export your SIMDIS file (from the File menu), it will save it in a way that this can read

Usage

read_ASI(ASIFilePath, timeFormat = "%j %Y %H:%M:%OS", timeZone = NULL)

Arguments

ASIFilePath

path to ASI file

timeFormat

(default="%j %Y %H:%M:%OS") the format the time information is written in - if it's just seconds, use "%OS%"

timeZone

(default=NULL) specify string of time zone. If no argument supplied, will actually default to UTC, but will warn the user

Value

truth data dataframe

Examples

## Not run: read_ASI("C:/myFile.asi",timeZone="US/Pacific")


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