11 lines
266 B
Python
Executable File
11 lines
266 B
Python
Executable File
|
|
init_eiger(exposure=0.2)
|
|
|
|
for i in range (1):
|
|
for e in (20,2, 2, 20, 20):
|
|
start = time.time()
|
|
average_eiger_frames(e, wait_next=True)
|
|
print "Samples: " + str(e) + " Time:" + str (time.time()-start)
|
|
|
|
restore_eiger()
|
|
#plot(av.getMatrix()) |