Project

General

Profile

Gatan K2 Installation Pyscope Test » History » Revision 3

Revision 2 (Anchi Cheng, 10/31/2013 05:43 PM) → Revision 3/12 (Anchi Cheng, 10/31/2013 05:43 PM)

# Start start DigitalMicrograph first 
 # From python command line:<pre> 
 import pyscope.dmsem 
 k = pyscope.dmsem.GatanK2Counting() 
 k.setExposureTime(200) 
 k.getImage()</pre>