Changeset 167 for trunk/examples/retina/benchmark_linear.py
- Timestamp:
- 05/08/08 18:36:00 (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
r166 r167 23 23 results = shelve.open('results/benchmark_linear') 24 24 try: 25 boing25 #boing # to force recomputing 26 26 temporal_ON = results['temporal_ON'] 27 27 temporal_OFF = results['temporal_OFF'] … … 88 88 pylab.axes([Lmargin, dmargin , 1.0 - Rmargin- Lmargin,1.0-umargin-dmargin]) # [left, bottom, width, height] 89 89 90 pylab.plot( lower_edges, # TODO add a half bin90 pylab.plot(#lower_edges, # TODO add a half bin 91 91 temporal_ON)#, 92 92 # label= 'snr=' + str(benchmark.get('experiments')[experiment]['snr']))
