Actions
Feature #3247
closedScript for copying calibration from K2 Counting to K2 Super Resolution mode
Start date:
06/09/2015
Due date:
% Done:
0%
Estimated time:
Deliverable:
Description
GatanK2Super camera has only the full size camera configuration which is not suitable for calibration.
It is better to copy the calibrations from GatanCounting over.
Updated by Anchi Cheng over 9 years ago
http://emg.nysbc.org/boards/6/topics/1496?r=1498#message-1498 contains a version of this called copycal.py
r18859 gives this a way to use this without the need to modify the script source code.
1. Run a test first. Make sure it does not give errors.
python copy_k2_super_cal.py hostname high_tension
2. Add commit flag 1 when rerun to commit the change, for example,
python copy_k2_super_cal.py hostname 200000 1
Actions