mirror of
https://github.com/bistromath/gr-air-modes.git
synced 2026-03-25 02:06:51 +01:00
CMakeified almost everything. Test code in python/ and apps other than uhd_modes.py still need minor updating.
This commit is contained in:
8
python/testparse.py
Normal file
8
python/testparse.py
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
import modes_print
|
||||
|
||||
infile = open("27augrudi3.txt")
|
||||
|
||||
printer = modes_print.modes_output_print([37.409348,-122.07732])
|
||||
for line in infile:
|
||||
printer.parse(line)
|
||||
Reference in New Issue
Block a user