Project

General

Profile

Instrumentscfg for 22 » History » Version 4

Jim Pulokas, 06/06/2012 10:17 AM

1 1 Anchi Cheng
*cs is the coefficient of spherical aberration in meters*.  Find out from TEM manufacture the proper value for your tem.
2
3
*zplane is a number that gives the order of camera*.  If a camera with low zplane value is going to acquire an image, Leginon will attempt to retract all camera at higher zplane values.
4
5
* One computer for both tem and digital camera:
6
<pre>
7
[tem]
8
class: tecnai.Tecnai
9
cs: 2.0e-3
10
[camera]
11
class: gatan.Gatan
12
zplane: 50
13
</pre>
14
15 2 Anchi Cheng
* Sperate computers for the two instruments:  configure only the instrument reside on the particular computer
16 1 Anchi Cheng
** On the computer that controls the tem:
17
<pre>
18
[tem]
19
class: tecnai.Tecnai
20
cs: 2.0e-3
21
</pre>
22
** On the computer that controls the digital camera:
23
<pre>
24
[camera]
25
class: gatan.Gatan
26
zplane: 50
27 2 Anchi Cheng
</pre>
28
29
* Two camera controlled by the same computer and server such as in the case of DE12 and DE Survey camera that retract/insert at the same time.
30
** On the computer that controls the digital camera:
31
<pre>
32
[camera1]
33 4 Jim Pulokas
class: de.DE12
34 2 Anchi Cheng
zplane: 50
35 3 Anchi Cheng
[camera2]
36 4 Jim Pulokas
class: de.DESurvey
37 2 Anchi Cheng
zplane: 50
38
</pre>
39
40
* Two camera is controlled by the same computer and server but one is retractable and one is non-retractable and at lower position.
41
** On the computer that controls the digital camera:
42
<pre>
43
[camera1]
44 4 Jim Pulokas
class: de.DE12
45 2 Anchi Cheng
zplane: 50
46
[camera2]
47
class: tietz.TietzPXL
48
zplane: 5
49 1 Anchi Cheng
</pre>