Project

General

Profile

Gatan K2 Installation Pyscope Test » History » Version 1

Anchi Cheng, 10/31/2013 05:43 PM

1 1 Anchi Cheng
2
# start DigitalMicrograph first
3
4
# From python command line:<pre>
5
import pyscope.dmsem
6
k = pyscope.dmsem.GatanK2Counting()
7
k.setExposureTime(200)
8
k.getImage()</pre>