Mercurial > hg > aimc
diff experiments/scripts/cnbh-syllables/results_plotting/gen_results.py @ 101:9416e88d7c56
- Pretty-plotting
- Test on everything
- Generalised beyond standard AMI
| author | tomwalters |
|---|---|
| date | Tue, 14 Sep 2010 00:18:47 +0000 |
| parents | ae195c41c7bd |
| children | 63bd7787ff98 |
line wrap: on
line diff
--- a/experiments/scripts/cnbh-syllables/results_plotting/gen_results.py Mon Sep 13 18:34:23 2010 +0000 +++ b/experiments/scripts/cnbh-syllables/results_plotting/gen_results.py Tue Sep 14 00:18:47 2010 +0000 @@ -68,6 +68,8 @@ total_value_count = int(value) if option in ("-p", "--spoke_pattern_file"): spoke_pattern_file = value + if option in ("-o", "--output_filename") + output_filename = value except Usage, err: print >> sys.stderr, sys.argv[0].split("/")[-1] + ": " + str(err.msg)
