Skip to content

Open LSTS Logs in MATLAB

josebraga edited this page Jan 27, 2014 · 6 revisions

Procedure

To view and edit LSTS log files (usually Data.lsf.gz) 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.

1 - Building binary

Inside imcjava folder

  • ant lsf2llf

Untar log files to get LSF. Assuming Data.lsf.gz,

  • cd PATH-TO-LOG
  • gunzip Data.lsf.gz

Convert LSF to LLF files

  • Run lsf2llf in log folder

2 - Using jar

Inside imcjava folder

  • java -jar dist/lsf2llf.jar PATH-TO-LOG/Data.lsf.gz
Clone this wiki locally