Gatan K3 installation and setup » History » Version 6
Anchi Cheng, 03/21/2019 05:43 PM
1 | 1 | Anchi Cheng | h1. Gatan K3 installation and setup |
---|---|---|---|
2 | |||
3 | Gatan K3 installation and setup is identical to K2 except the instrument.cfg and the additional dmsem.cfg settings below. |
||
4 | |||
5 | h2. instruments.cfg |
||
6 | |||
7 | * A template for instruments.cfg is in the installed pyscope directory as "instruments.cfg.template". Copy it to |
||
8 | <pre>C:\Program Files\myami\instruments.cfg</pre> |
||
9 | |||
10 | * Remove SimCam modules in the configuration. |
||
11 | |||
12 | 2 | Anchi Cheng | {{include(Gatan K3 Instruments.cfg)}} |
13 | 4 | Anchi Cheng | |
14 | h2. dmsem.cfg |
||
15 | 5 | Anchi Cheng | |
16 | All available options for K2 are also available to K3. You can configure the section [k2] as described in [[Gatan K2 installation and setup]]. |
||
17 | * Make sure you keep the section header [k2]. Don't change that.* |
||
18 | |||
19 | A new section called [k3] includes K3-only settings. |
||
20 | |||
21 | *DM_PROCESSING* |
||
22 | |||
23 | For now, the default is "gain normalized". This means the returned frame movies are dark subtracted and gain normalized. This means the resulting data are float number. Therefore could not be compressed efficiently. |
||
24 | |||
25 | As of today, service mode access is required from Gatan to use K3 in "dark subtracted" mode which is equivalent of the raw-frame movies in K2 counted and super-res mode. This mode can pair with LZW tiff compression to save a lot of space. To do so set the following: |
||
26 | |||
27 | <pre> |
||
28 | [k2] |
||
29 | 6 | Anchi Cheng | .... |
30 | 5 | Anchi Cheng | SAVE_LZW_TIFF_FRAMES = True |
31 | [k3] |
||
32 | DM_PROCESSING = dark subtracted |
||
33 | </pre> |