Project

General

Profile

Ceta camera support » History » Version 4

Anchi Cheng, 01/10/2020 11:27 AM

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 2 Anchi Cheng
h2. Testing with pyscope
19
20
In python command
21
<pre>
22 3 Anchi Cheng
from pyscope import tia
23 2 Anchi Cheng
g = tia.TIA_Ceta()
24
g.setExposureTime(1000)
25
g.getImage()
26
</pre>
27
28
{{include(pyscope_test_result array)}}
29
30 1 Anchi Cheng
h2. Using Ceta camera in Leginon
31
32
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.
33
34
Follow FEI's instruction in obtaining Gain/Dark References in the scope user interface.
35
36
Take an single exposure first in its Reference Manager Tab to make sure the intensity range is adequate.