Skip to content

Open LSTS Logs in MATLAB

Jose Pinto edited this page Jan 27, 2014 · 6 revisions

Procedure

To view and edit LSTS log files in MATLAB, you need to convert the data into a human-readable log format (LLF). Please contact LSTS to request a script that allows loading LLF files into MATLAB structures.

  • We suggest to decompress the gzipped compressed log files (gunzip *.gz).

1 - Building and installing executable:

Inside imcjava folder:

  • ant lsf2llf
  • sudo ln -s /usr/bin/lsf2llf lsf2llf

Convert LSF to LLF files

  • Run lsf2llf inside any log folder

2 - Using jar

Inside imcjava folder

  • java -jar dist/lsf2llf.jar _PATH-TO-LOG_/Data.lsf