Project

General

Profile

Gatan K2 Installation Pyscope Test » History » Version 3

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

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