Project

General

Profile

Setup Ceta to use Advanced TEM Scripting » History » Version 4

Anchi Cheng, 12/06/2019 04:31 PM

1 1 Anchi Cheng
h1. Setup Ceta to use Advanced TEM Scripting
2
3
At this point, only one camera can be controlled through Advanced TEM Scripting.  If the system has both Falcon and Ceta camera, Falcon camera has to be removed from instruments.cfg and Ceta camera should use feicam rather than tia python module in instruments.cfg.
4
5 4 Anchi Cheng
We recommend that you estabilish protocol to switch instruments.cfg used for MSI imaging that requires Falcon camera to the diffraction recording that uses Ceta camera only. 
6
7 1 Anchi Cheng
h2. Example of proper instruments.cfg for diffraction recording
8
9 3 Anchi Cheng
The exact module name (cetacam in this example) is not important.  They just need to be unique. Class name needs to be exact match to the actual class.
10 2 Anchi Cheng
11 1 Anchi Cheng
<pre>
12
[cetacam]
13
class: feicam.Ceta
14
zplane: 50
15
height: 4096
16
width: 4096
17
</pre>