Project

General

Profile

Instrumentscfg for 22 » History » Version 9

Anchi Cheng, 10/31/2013 09:18 PM

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 6 Anchi Cheng
*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 cameras at higher zplane values.
4 1 Anchi Cheng
5 7 Anchi Cheng
!zplane.png!
6
7 1 Anchi Cheng
* One computer for both tem and digital camera:
8
<pre>
9
[tem]
10
class: tecnai.Tecnai
11
cs: 2.0e-3
12
[camera]
13
class: gatan.Gatan
14
zplane: 50
15 9 Anchi Cheng
height: 4096
16
width: 4096
17 1 Anchi Cheng
</pre>
18
19 5 Anchi Cheng
* Separate computers for the two instruments:  configure only the instrument reside on the particular computer
20 1 Anchi Cheng
** On the computer that controls the tem:
21
<pre>
22
[tem]
23
class: tecnai.Tecnai
24
cs: 2.0e-3
25
</pre>
26
** On the computer that controls the digital camera:
27
<pre>
28
[camera]
29
class: gatan.Gatan
30
zplane: 50
31 9 Anchi Cheng
height: 4096
32
width: 4096
33 2 Anchi Cheng
</pre>
34
35 8 Anchi Cheng
* Two cameras that retract/insert at the same time, typically one of them is an off-axis camera, such as in the case of DE12 and DE Survey camera pair.
36 2 Anchi Cheng
** On the computer that controls the digital camera:
37
<pre>
38
[camera1]
39 4 Jim Pulokas
class: de.DE12
40 2 Anchi Cheng
zplane: 50
41 9 Anchi Cheng
height: 3072
42
width: 4096
43 3 Anchi Cheng
[camera2]
44 4 Jim Pulokas
class: de.DESurvey
45 2 Anchi Cheng
zplane: 50
46 9 Anchi Cheng
height: 2048
47
width: 2048
48 2 Anchi Cheng
</pre>
49
50 8 Anchi Cheng
* Two cameras on the same computer  but one is retractable and one is non-retractable and at lower position.
51 2 Anchi Cheng
** On the computer that controls the digital camera:
52
<pre>
53
[camera1]
54 4 Jim Pulokas
class: de.DE12
55 2 Anchi Cheng
zplane: 50
56 9 Anchi Cheng
height: 3072
57
width: 4096
58
59 2 Anchi Cheng
[camera2]
60 1 Anchi Cheng
class: tietz.TietzPXL
61
zplane: 5
62 9 Anchi Cheng
height: 4096
63
width: 4096
64 5 Anchi Cheng
</pre>
65
66
* Gatan Orius camera that is installed typically with Gatan K2/Falcon camera is technically on the same plane but is not capable of insertion unless K2 is retracted.  On the other hand, K2 camera insertion includes a retraction of Orius at lower level of the function call in DM.  Therefore, Orius is considered as a camera at lower zplane.
67
<pre>
68
[camera1]
69
class: dmsem.GatanK2Base
70
zplane: 50
71 9 Anchi Cheng
height: 3838
72
width: 3710
73
74 5 Anchi Cheng
[camera2]
75
class: dmsem.GatanOrius
76
zplane: 49
77 9 Anchi Cheng
height: 2048
78
width: 2048
79 1 Anchi Cheng
</pre>