jboone / tpms

Tire Pressure Monitoring System decoding tools.
354 stars 73 forks source link

Cannot extract bursts #3

Open cucim opened 10 years ago

cucim commented 10 years ago

Hi, i cannot extract bursts. executing ./extract_bursts.py capture.cfile gives me following error: Traceback (most recent call last): File "./extract_bursts.py", line 83, in tb = top_block(sys.argv[1]) File "./extract_bursts.py", line 47, in init target_signal, carrier_freq, sampling_rate, start_date, start_time, capture_device = sourcefilename.split('') ValueError: need more than 1 value to unpack

alynx7 commented 9 years ago

Looking at the code you can see that the filename should respect a given format: target_signal, carrier_freq, sampling_rate, start_date, start_time, capturedevice separated by '' The extension is not important.

Hope this could help you.