Gatan K3 Installation Pyscope Test » History » Version 1
Anchi Cheng, 03/21/2019 05:49 PM
1 | 1 | Anchi Cheng | Binning=2x2 (Counted mode) |
---|---|---|---|
2 | |||
3 | # Start DigitalMicrograph |
||
4 | # From python command line or IDLE:<pre> |
||
5 | import pyscope.dmsem |
||
6 | k = pyscope.dmsem.GatanK3() |
||
7 | k.setBinning({'x':2,'y':2}) |
||
8 | k.setExposureTime(200) |
||
9 | k.getImage()</pre> |
||
10 | |||
11 | {{include(pyscope_test_result array)}} |
||
12 | |||
13 | h4. Testing frame saving |
||
14 | |||
15 | You can continue the test above by saving frames, too. |
||
16 | |||
17 | {{include(pyscope_test_k2_save_frames)}} |