Gatan K2 Installation Pyscope Test » History » Version 2
Anchi Cheng, 10/31/2013 05:43 PM
1 | 1 | Anchi Cheng | # start DigitalMicrograph first |
---|---|---|---|
2 | # From python command line:<pre> |
||
3 | import pyscope.dmsem |
||
4 | k = pyscope.dmsem.GatanK2Counting() |
||
5 | k.setExposureTime(200) |
||
6 | k.getImage()</pre> |