project reorganization: 1. executable files in bin directory now. 2. add recursive_unpack_targz.py for recursive unpacking specified in this script archives tar.gz with MVN data. 3. add asotr_unzip_plot.sh bash file for unpacking MVN data, collect asotr data into csv files and plot asotr MVN data. 4. add brd_wheel_1Hz_parser.py for demonstrate how to work with brd telemetry data
This commit is contained in:
4
data/cmd_asotr/concat_data.sh
Executable file
4
data/cmd_asotr/concat_data.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
file_itog=../all_flight_cmd_asotr.csv
|
||||
cd ./csv_data
|
||||
ls ./ | head -1 | xargs head -1 > ${file_itog}
|
||||
find ./ | sort | xargs cat | grep -P '^[0-9].*' >> ${file_itog}
|
2
data/cmd_asotr/get_flight_cmd_asotr.sh
Executable file
2
data/cmd_asotr/get_flight_cmd_asotr.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
find /home/danila/Danila/work/MVN/flight/data/ -type f | grep -P 'out_trans_[0-9]{2}.asotr|out_exec_asotr|in_exec_asotr_|in_trans.asotr0' | sort > flight_cmd_asotr.txt
|
||||
|
Reference in New Issue
Block a user