makemaps.sh
Go to the documentation of this file.
1 #!/bin/sh
2 
3 touch AB1.csv
4 rm AB*.csv
5 unzip BDEChannelMap.zip
6 dos2unix -c mac AB2.csv
7 cat AB*.csv | grep -v Strip | sed -e "s/,/ /g" > packed_spreadsheet_nolabels.txt
8 ./vdcbmakemap < packed_spreadsheet_nolabels.txt > vdcbce_chanmap_v1.txt
9 ./maptest 3200 > extrachans3200.txt
10 ./maptest -1 > maptest.output
11 cat vdcbce_chanmap_v1.txt extrachans3200.txt > vdcbce_chanmap_v1_dcchan3200.txt
12 ./vertsliceshift < vdcbce_chanmap_v1.txt > vdcbce_chanmap_v1_verticalslice.txt
13 ./vertsliceshift < vdcbce_chanmap_v1_dcchan3200.txt > vdcbce_chanmap_v1_dcchan3200_verticalslice.txt