Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For this reason there is the "--backsearch" option, which forces alogParse to look at only variable posting in the past when filling a line.  You can even specify "--backsearch=0.5", which will allow alogParse to look up to 0.5 seconds in the future for closer variable postings.  Backsearch, especially pure backsearch, can be much faster than the default mode.  Regardless of the mode, alogParse always outputs and "age" along with every variable to tell you how far away that variable value was picked from.  A negative age would indicate that variable came from the future.  

The last capability of note is that of specifying the delimiter.  The default delimiter is a comma, but if one of your variables is expected to contain commas then you can specify a different delimiter with the "--delimiter" flag.  

AcommsParse

...

AcommsParse, as the name implies, is specifically for parsing acomms transmission and reception messages.  It provides one line for each reception or transmission, splitting all the available information into separate columns.  

Usage