Trees | Indices | Help |
|
---|
|
1 """Define bins for dark current distribution calculations""" 2 import numpy as np 3 4 x0 = 2. 5 x1 = 20000. 6 dx = 0.05 7 bins = 10**np.arange(np.log10(x0), np.log10(x1), dx) 8
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Nov 6 12:09:24 2008 | http://epydoc.sourceforge.net |