Project

General

Profile

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

Anchi Cheng, 12/06/2019 04:23 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
h2. Example of proper instruments.cfg for diffraction recording
6
7
<pre>
8
#[camera1]
9
#class: feicam.Falcon3
10
#zplane: 50
11
#height: 4096
12
#width: 4096
13
#[camera2]
14
#class: feicam.Falcon3EC
15
#zplane: 50
16
#height: 4096
17
#width: 4096
18
[ceta]
19
#class: tia.TIA_Ceta
20
class: feicam.Ceta
21
zplane: 50
22
height: 4096
23
width: 4096
24
</pre>