Project

General

Profile

Instrumentscfg for 22 » History » Version 7

Anchi Cheng, 09/18/2013 03:40 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
</pre>
16
17 5 Anchi Cheng
* Separate computers for the two instruments:  configure only the instrument reside on the particular computer
18 1 Anchi Cheng
** On the computer that controls the tem:
19
<pre>
20
[tem]
21
class: tecnai.Tecnai
22
cs: 2.0e-3
23
</pre>
24
** On the computer that controls the digital camera:
25
<pre>
26
[camera]
27
class: gatan.Gatan
28
zplane: 50
29 2 Anchi Cheng
</pre>
30
31 5 Anchi Cheng
* Two camera 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.
32 2 Anchi Cheng
** On the computer that controls the digital camera:
33
<pre>
34
[camera1]
35 4 Jim Pulokas
class: de.DE12
36 2 Anchi Cheng
zplane: 50
37 3 Anchi Cheng
[camera2]
38 4 Jim Pulokas
class: de.DESurvey
39 2 Anchi Cheng
zplane: 50
40
</pre>
41
42 6 Anchi Cheng
* Two camera on the same computer  but one is retractable and one is non-retractable and at lower position.
43 2 Anchi Cheng
** On the computer that controls the digital camera:
44
<pre>
45
[camera1]
46 4 Jim Pulokas
class: de.DE12
47 2 Anchi Cheng
zplane: 50
48
[camera2]
49 1 Anchi Cheng
class: tietz.TietzPXL
50
zplane: 5
51 5 Anchi Cheng
</pre>
52
53
* 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.
54
<pre>
55
[camera1]
56
class: dmsem.GatanK2Base
57
zplane: 50
58
[camera2]
59
class: dmsem.GatanOrius
60
zplane: 49
61 1 Anchi Cheng
</pre>