cts5_system_parse | R Documentation |
parse the cts5 system file after decrypting
cts5_system_parse(filename = "_system_decrypt.log", userdefine = "")
filename |
filename of the decrypted system file (*.log) |
userdefine |
Key word to look for in the system file |
list containing the parsed system information
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.