Project

General

Profile

Check Cs value match before using Leginon after update » History » Version 6

Anchi Cheng, 01/29/2018 06:51 PM

1 1 Anchi Cheng
h1. Check Cs value match before using Leginon after update
2
3
Run the following script on any of the computer where you have done the update on.
4
5
On Linux:
6
<pre>
7
$PYTHONSITEPKG/leginon/cscheck.py
8
</pre>
9
10
On Windows:
11
<pre>
12
C://Python25/Lib/site-packages/leginon/cscheck.py
13
</pre>
14
15 3 Anchi Cheng
You should get a list of microscope where you have saved images on in a Leginon session and the Cs values that you entered using schema-r15653.py. For example,
16
<pre>
17 4 Anchi Cheng
TEM tecnai1234.Tecnai used in session 12jun07a has Cs value of 2.000e-03 m
18 3 Anchi Cheng
</pre>
19 1 Anchi Cheng
20 4 Anchi Cheng
Check that against the Cs value in instruments.cfg on the named microscope (tecnai1234 in this case) which is also listed in meters, like this:
21
<pre>
22
[tem]
23 6 Anchi Cheng
class: fei.Tecnai
24 4 Anchi Cheng
cs: 2.0e-3
25 5 Anchi Cheng
</pre>
26 3 Anchi Cheng
27 5 Anchi Cheng
*The two must match.  Otherwise Leginon will complain and you may lose all your old calibrations.*
28 6 Anchi Cheng
* pre 3.3 Leginon version should see in instruments.cfg scope class as tecnai.Tecnai
29 1 Anchi Cheng
30
31
______
32
33
[[How_to_Update_from_v21_(Microscope_Windows_Computer)| < How to Update from v2.1 (Microscope Windows Computer) ]]
34
35
36
______