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:
2025-06-09 20:05:35 +03:00
parent b2380a2d6e
commit ab2a3e8b53
13 changed files with 278 additions and 196 deletions

View File

@@ -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