Changeset 84 for trunk/examples/retina/benchmark_noise.py
- Timestamp:
- 01/12/08 21:42:26 (4 years ago)
- Files:
-
- 1 modified
-
trunk/examples/retina/benchmark_noise.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/retina/benchmark_noise.py
r77 r84 50 50 pylab.xlabel('Noise amplitude') 51 51 pylab.axis('tight') 52 pylab.savefig(benchmark. filename + '/benchmark_noise.png')#, dpi=300) #52 pylab.savefig(benchmark.name + '/benchmark_noise.png')#, dpi=300) # 53 53 #command = 'epstopdf "%s" "%s"'% (pdffile, psfile) 54 54 #os.system(command) … … 71 71 tag = 'test' # going OO 72 72 73 filename = 'results/' + tag + '_benchmark_noise'73 name = 'results/' + tag + '_benchmark_noise' 74 74 75 75 # create the list of experiments as all possibilities accross parameter vectors … … 77 77 78 78 # create benchmark (or open it if it exists) 79 B = benchmark.Benchmark( filename,ret,run)79 B = benchmark.Benchmark(name,ret,run) 80 80 # there are many ways to get data from the benchmark. see benchmark.py 81 81 B.run_simulations()
