comparison trunk/experiments/scripts/cnbh-syllables/results_plotting/spider_plot.py @ 390:669f8b345aa8

- Meh
author tomwalters
date Tue, 14 Sep 2010 01:19:58 +0000
parents 0137bfbe84df
children 3907c7937be5
comparison
equal deleted inserted replaced
389:0137bfbe84df 390:669f8b345aa8
52 52
53 except Usage, err: 53 except Usage, err:
54 print >> sys.stderr, sys.argv[0].split("/")[-1] + ": " + str(err.msg) 54 print >> sys.stderr, sys.argv[0].split("/")[-1] + ": " + str(err.msg)
55 print >> sys.stderr, "\t for help use --help" 55 print >> sys.stderr, "\t for help use --help"
56 return 2 56 return 2
57 57
58 central_vtl=15
59 central_vtl_scaling=112.32
60
58 # Read in a file with lines in the form 61 # Read in a file with lines in the form
59 # Pitch Scale Percentage 62 # Pitch Scale Percentage
60 xs=[] 63 xs=[]
61 ys=[] 64 ys=[]
62 zs=[] 65 zs=[]