Project

General

Profile

K2 Summit introduction » History » Version 1

Anchi Cheng, 07/11/2014 05:55 PM

1 1 Anchi Cheng
h1. K2 Summit introduction
2
3
The main use of K2 Summit is in Counted or Super-resolution mode in combination with dose fractionation (frame saving).  The counting detection is achieved by very fast internal frame rate and hardware image processing that locates the the single incident electron event in that low dose image, and the addition of these electron counts at given pixel over the output frame time.
4
5
h2. Gain/Dark Correction Handling
6
7
K2 Summit in counted/super-resolution mode has two layers of gain reference correction, known as hardware (HW) correction and software correction.
8
9
Hardware dark correction is essential for electron counting, without it, its processor can not find individual electrons.
10
Hardware gain correction is a rough gain correction.  It is only done to make sure the data from different ADC boards are reasonably normalized before counting.
11
12
After these hardware correction and counting, the images are integers, representing the number of counts received at each pixel.  We call this type of data "raw".
13
14
Software dark correction for counted/super-resolution mode is fake.  The image taken in dark condition is set to 0 internally and output as such if a dark exposure is requested externally by SerialEM and Leginon.
15
Software gain reference taken in DM is equivalent to the bright image taken in Leginon.  The software gain correction, as well as Leginon's correction use this image of the blank area to normalize the more subtle differences from pixel to pixel.
16
17
After this level of gain normalization, the image data type is float.
18
19
Since Leginon duplicates the DM software gain normalization, we decided to receive images from DM  without software gain normalization.   This is set in the code, and means gain correction is still needed in Leginon.
20
21
# The hardware correction has been applied in DM before counting.  Therefore, the "raw" image Leginon get are integers and roughly gain corrected.
22
# The dark image in Leginon should always be 0.  Therefore, acquiring dark image only need to be done once per camera configuration.  There is also no need to average several images in the making.
23
# The bright image acquired in Correction node should be taken at the dose rate to be used.  It should also be taken so that accumulated exposure time is at least 100 second (DM reference accumulates 500 seconds of exposure by taking 50 of 10 second exposure).  If you don't want to wait this long, a reasonably good reference can normally be obtained with averaging 20 of 5 second exposure.  Alternatively, take a single very long exposure (100 s).
24
25
The bright image will display variation in sensitivity of the pixels.  There is likely a general gradient across the detector known as growth zone like this attached image:
26
27
!K2brght.png!
28
29
h2. Recommended dose rate and exposure time for different K2 modes
30
31
This recommendation is based on our experience.
32
33
As a general rule, the dose rate corresponds to the value used during DM gain reference acquisition.  You can put down the small viewing screen once the intensity is adjusted at the beginning of DM procedure to get the values.  You will notice that Linear mode calibration uses much higher beam intensity than the calibration for counted/super-resolution modes.  For our Tecnai F20 at 200 kV, the former reading of exposure time by the small viewing screen is 0.25 s while the value for latter is 1.6 s.  You should use similar intensity during Leginon calibration and data collection.
34
35
At 1.2 A/pixel, we use the following for final exposure that has binning of 1:
36
|mode|small viewing screen exp time (s)|detector dose rate (e/physical pixel)|acquisition exposure time for ~ 20 e/A^2 specimen dose with 1.2 A/pixel pixel size (s)|
37
|Linear|0.25|64|0.5|
38
|Counted/Super-resolution*|1.6|10|5.0|
39
*Most literature recommend at even lower dose in the range of 6-8 e/s/pixel.  This is just a number we have had success with.
40
41
h2. Preset Recommendation
42
43
See [[Pre-MSI_Set-up#Preset-Design-Example-for-small-pixel-Gatan-K2-camera-alone]] specific for K2 camera using counted/super-resolution mode.