Project

General

Profile

K2 calibration » History » Version 5

Anchi Cheng, 06/01/2017 11:20 AM

1 1 Anchi Cheng
h1. K2 calibration
2
3
Most calibration and operation are similar to that of a typical digital camera.
4
5
Leginon treats linear/counted/super-resolution modes of K2 Summit as three cameras.  Therefore, each needs its own calibrations.
6
7 5 Anchi Cheng
Super resolution mode is especially hard to calibrate due to its image size.  Instead of going through the actual calibration, it is easier just copy from counting mode.
8
9 4 Anchi Cheng
There is a script in your myami download under dbschema.  Just add option 1 at the end.  You may also download it from the repository
10 1 Anchi Cheng
11 4 Anchi Cheng
http://emg.nysbc.org/projects/leginon/repository/changes/dbschema/copy_k2_super_cal.py
12
13
1. Run a test first.  Make sure it does not give errors.
14
<pre>
15
python copy_k2_super_cal.py hostname high_tension
16
</pre>
17
18
2. Add commit flag 1 when rerun to commit the change, for example,
19
<pre>
20
python copy_k2_super_cal.py hostname 200000 1
21
</pre>