Project

General

Profile

Ceta camera support » History » Version 6

Anchi Cheng, 02/02/2022 03:26 PM

1 1 Anchi Cheng
h1. Ceta camera support
2
3
h2. Installation
4
5 4 Anchi Cheng
|_.program/package|_.notes|
6
|Tia.dll |(Should come with the microscope)|
7
8
{{include(comtypes installer)}}
9
10
{{include(comtypes_installation)}}
11
12
You should have
13
14
<pre>
15
TIA or ESVision
16
</pre>
17 1 Anchi Cheng
18 5 Anchi Cheng
h2. instruments.cfg
19
20
Eagle:
21
<pre>
22
[camera]
23
class: tia.TIA_Eagle
24
zplane: 50
25
height: 4096
26
width: 4096
27
</pre>
28
29 2 Anchi Cheng
h2. Testing with pyscope
30
31
In python command
32
<pre>
33 3 Anchi Cheng
from pyscope import tia
34 2 Anchi Cheng
g = tia.TIA_Ceta()
35 1 Anchi Cheng
g.setExposureTime(1000)
36 6 Anchi Cheng
a=g.getImage()
37
a.shape
38 2 Anchi Cheng
</pre>
39
40
{{include(pyscope_test_result array)}}
41
42 1 Anchi Cheng
h2. Using Ceta camera in Leginon
43
44
Leginon does not handle Gain/Dark correction for Ceta camera.  It will not use Leginon-collected references even if you acquire them as it will make images worse.
45
46
Follow FEI's instruction in obtaining Gain/Dark References in the scope user interface.
47
48
Take an single exposure first in its Reference Manager Tab to make sure the intensity range is adequate.