Algorithm 1: Description of the dark current calibration of the LJ1-01 nighttime sensor |
Input: from dark current calibration data includes the low- and high-gain images, i = 1, 2, 3, … N, j = 1, 2, 3, … M |
Output: the dark current calibration results and
|
for each j = 1 to M do |
Compute the average value of each frame of data: |
|
end for
|
Eliminate the gross error and compute the valid : |
|
for each i = 1 to N do |
Compute the dark current value of each detector: |
|
end for
|
Compute the dark current correction reference: |
|
Use the calibration results and to correct the of each single frame: |
|
return, . |