Project

General

Profile

Gatan K2 Installation Pyscope Test » History » Revision 2

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


 # start DigitalMicrograph first 
 

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