Show
Ignore:
Timestamp:
05/08/08 18:36:00 (4 years ago)
Author:
LaurentPerrinet
Message:

debugged benchmark_linear still needs polishing

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/retina/benchmark_linear.py

    r166 r167  
    2323results = shelve.open('results/benchmark_linear') 
    2424try: 
    25     boing 
     25    #boing # to force recomputing 
    2626    temporal_ON = results['temporal_ON'] 
    2727    temporal_OFF = results['temporal_OFF'] 
     
    8888pylab.axes([Lmargin, dmargin , 1.0 - Rmargin- Lmargin,1.0-umargin-dmargin]) # [left, bottom, width, height] 
    8989 
    90 pylab.plot(lower_edges,  # TODO add a half bin 
     90pylab.plot(#lower_edges,  # TODO add a half bin 
    9191                    temporal_ON)#, 
    9292                       # label= 'snr=' + str(benchmark.get('experiments')[experiment]['snr']))