annotate evaluation/notecsv2molina.awk @ 163:4a97f7638ffd v1.2

Run regression tests only if testdata dir present (so we can exclude from minimal source package)
author Chris Cannam
date Thu, 06 Feb 2020 15:01:51 +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;}}