1. add README for windows. 2. rewrite some python scripts and bat-files according to windows requirements. 3. Create tm_brd_parser.py and tm_wheel_parser.py for demonstration how to work with data in python
This commit is contained in:
@@ -12,10 +12,10 @@ copy "..\asotr_csv\target\release\asotr_csv.exe" .\
|
||||
set "path_=%~1"
|
||||
|
||||
REM unpacking recursively archive using Python script
|
||||
python recursive_unpack_targz.py "%path_%"
|
||||
python recursive_unpack_targz.py %path_%
|
||||
|
||||
REM run parser
|
||||
asotr_csv.exe -d "%path_%"
|
||||
asotr_csv.exe -d %path_%
|
||||
|
||||
REM plot data
|
||||
python plot_asotr_flight_all.py
|
||||
|
Reference in New Issue
Block a user