Project

General

Profile

K2 gain correction » History » Version 2

Anchi Cheng, 07/11/2014 07:16 PM

1 1 Anchi Cheng
h1. K2 gain/dark correction
2
3
K2 Summit in counted/super-resolution mode has two layers of gain reference correction, known as hardware (HW) correction and software correction.
4
5
Hardware dark correction is essential for electron counting, without it, its processor can not find individual electrons.
6
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.
7
8
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".
9
10
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.
11
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.
12
13
After this level of gain normalization, the image data type is float.
14
15 2 Anchi Cheng
*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*.
16 1 Anchi Cheng
17
# The hardware correction has been applied in DM before counting.  Therefore, the "raw" image Leginon get are integers and roughly gain corrected.
18
# 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.
19
# 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).
20
21
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:
22
23
!K2brght.png!