Home | History | Annotate | Download | only in tests

Lines Matching full:exposures

51         # Capture range of exposures from 1/100x to 4x of AE estimate.
52 exposures = [ae_exp*x/100.0 for x in [1]+range(10,401,20)]
53 exposures = [e for e in exposures
64 for e in exposures:
91 pylab.plot(exposures, r_means_center, 'r')
92 pylab.plot(exposures, g_means_center, 'g')
93 pylab.plot(exposures, b_means_center, 'b')
98 pylab.plot(exposures, r_means_corner, 'r')
99 pylab.plot(exposures, g_means_corner, 'g')
100 pylab.plot(exposures, b_means_corner, 'b')