cts5_system_parse: Parse CTS5 system file.

View source: R/CTS5_System.R

cts5_system_parseR Documentation

Parse CTS5 system file.

Description

parse the cts5 system file after decrypting

Usage

cts5_system_parse(filename = "_system_decrypt.log", userdefine = "")

Arguments

filename

filename of the decrypted system file (*.log)

userdefine

Key word to look for in the system file

Value

list containing the parsed system information

Examples


NavData<-cts5_system_parse("ffff_system_01755_decrypt.log",OS_windows_progpath="my path to APMTDecrypt.exe")
NavData<-cts5_system_parse("_system_decrypt.log",userdefine="Grounding detected")

sysfile<-cts5_system_decode(floatname="ffff",CycleNumber=15,PatternNumber = 1,OS_windows_progpath="my path to APMTDecrypt.exe")

decrypt_filename<-cts5_system_decode(floatname = "3ab3",sysfile_number=131,OS_windows_progpath="my path to APMTDecrypt.exe")

Navdata<-cts5_system_parse(decrypt_filename)

cts5_system_plot(Navdata)


EdLeymarie/USEA_R documentation built on July 16, 2025, 1 p.m.