Mercurial > hg > pyin
annotate evaluation/notecsv2molina.awk @ 100:4ea2c19bb907 notes_refinement
start new branch notes_refinement
author | matthiasm |
---|---|
date | Thu, 15 Jan 2015 12:14:30 +0000 |
parents | b22527106f71 |
children |
rev | line source |
---|---|
matthias@84 | 1 BEGIN {FS=","}; {if ($2 > 0.09) {$2=$1+$2; $3 = 69+(log($3/440)/log(2)*12); print $1,$2, $3;}} |