Project

General

Profile

Gatan K2 Installation Pyscope Test » History » Version 5

Anchi Cheng, 02/02/2016 02:41 PM

1 3 Anchi Cheng
# Start DigitalMicrograph
2 5 Anchi Cheng
# From python command line or IDLE:<pre>
3 1 Anchi Cheng
import pyscope.dmsem
4
k = pyscope.dmsem.GatanK2Counting()
5
k.setExposureTime(200)
6
k.getImage()</pre>
7 4 Anchi Cheng
8
{{include(pyscope_test_result array)}}