Instrumentscfg for 22 » History » Version 1
Anchi Cheng, 05/10/2012 03:55 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 | *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 | * Sperate computers for the two instrument: configure only the instrument reside on the particular computer |
||
| 16 | ** 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 | </pre> |