K2 calibration » History » Revision 5
Revision 4 (Anchi Cheng, 09/30/2016 12:55 PM) → Revision 5/7 (Anchi Cheng, 06/01/2017 11:20 AM)
h1. K2 calibration
Most calibration and operation are similar to that of a typical digital camera.
Leginon treats linear/counted/super-resolution modes of K2 Summit as three cameras. Therefore, each needs its own calibrations.
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.
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
http://emg.nysbc.org/projects/leginon/repository/changes/dbschema/copy_k2_super_cal.py
1. Run a test first. Make sure it does not give errors.
<pre>
python copy_k2_super_cal.py hostname high_tension
</pre>
2. Add commit flag 1 when rerun to commit the change, for example,
<pre>
python copy_k2_super_cal.py hostname 200000 1
</pre>