Open cucim opened 10 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.
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