Skip to content
Snippets Groups Projects
Commit 764d9076 authored by Marie-Anne Bizouard's avatar Marie-Anne Bizouard
Browse files

Loudest list format has changed

parent 7ccf6050
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,8 @@ evts_nb=`wc -l ${loudest_file} | awk '{print $1}'`
for i in `seq 1 ${evts_nb}`
#for i in `seq 1 2`
do
timeH1=`cat ${loudest_file} | head -$i | tail -1 | awk '{printf("%.3f\n",$3)}'`
timeL1=`cat ${loudest_file} | head -$i | tail -1 | awk '{printf("%.3f\n",$4)}'`
timeH1=`cat ${loudest_file} | head -$i | tail -1 | awk '{printf("%.3f\n",$4)}'`
timeL1=`cat ${loudest_file} | head -$i | tail -1 | awk '{printf("%.3f\n",$5)}'`
#time_s=`cat ${loudest_file} | head -$i | tail -1 | awk '{print $5}' | sed '/\./s/\.*0*$//g'`
#time_e=`cat ${loudest_file} | head -$i | tail -1 | awk '{print $6}' | sed '/\./s/\.*0*$//g'`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment