Changeset 149 for trunk/examples/retina/benchmark_linear.py
- Timestamp:
- 03/12/08 19:56:36 (4 years ago)
- Files:
-
- 1 modified
-
trunk/examples/retina/benchmark_linear.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/retina/benchmark_linear.py
r101 r149 49 49 print "Loading data for experiment " , experiment 50 50 out_ON = benchmark.get('out',experiment)['out_ON_DATA'] 51 52 51 # storing 53 52 benchmark.put('firing_rate',{ … … 79 78 #pylab.legend() 80 79 81 pylab.savefig(benchmark. filename+ '/benchmark_linear.pdf') #, dpi=300) #80 pylab.savefig(benchmark.directory + '/benchmark_linear.pdf') #, dpi=300) # 82 81 83 82
