org-arl / arlpy

ARL Python Tools
BSD 3-Clause "New" or "Revised" License
119 stars 37 forks source link

Getting the list of signals from the signal file failing with latest unet #19

Closed prasadtiru closed 5 years ago

prasadtiru commented 5 years ago

The latest UnetStack from dev branch logs as following in the signal-*.txt, which the current arlpy parser arlpy.unet.get_signals is unable to parse.

1545811881973|RxBasebandSignalNtf:INFORM[adc:1 rxTime:181862730010 rssi:-54.3 preamble:1 fc:24000 fs:24000 (11280 baseband samples)]

The difference from the earlier one (which works) is just the addition of square brackets. Below is the log for which the parser works.

946694822721|RxBasebandSignalNtf:INFORM rxTime:106164994 rssi:-30.3 adc:1 preamble:1 fc:24000 fs:24000 (10680 baseband samples)