next up previous contents
Next: Taking the Scans necessary Up: Detector Calibration Previous: Quick Summary   Contents

Background

In the following, we refer to detector segments whenever we talk about the chip, and channels when we talk about the integrating electronics. In practice, they are the same.

To calculate the photons flux (say, in kHz) from the voltages read by the ADC, the following steps are necessary. The names given in fixed-width font correspond to the variables in sm_par (stored in the data file) and the entries in the file sidet_calibration.dat. Note that in each case the vectors are stored with sm_par_n_adc_channels entries, whereas only sidet_n_segments entries are significant.

  1. Correct for crosstalk. If $\vec S$ is a vector of signals for all channels (but only one scan pixel), the corrected signal is given by
    \begin{displaymath}
\vec S_{\mbox{corr}} = C_{n \times n} \cdot \vec S
\end{displaymath} (1)

    where $C_{n \times n}$ (crosstalk_matrix) is an $n
\times n$ matrix, $n$ being the number of segments.

  2. Apply the calibration formula [1, Eq. 3.9]
    \begin{displaymath}
\Phi = \frac{F}{C} \frac{U_{\mbox{out}} - U_{0} - C \times
...
...\times t_{\mbox{dwell}}}{t_{\mbox{dwell}}
- t_{\mbox{dead}}}
\end{displaymath} (2)

    where

To determine these parameters, several calibration steps are necessary. For a full calibration (say, if a new detector is installed), you'll have to do the following:

  1. Determine the preliminary $C$ parameters (mvolts_per_femtocoulomb) by an off-line measurement in Pavel's lab.

  2. Determine the crosstalk matrix (crosstalk_matrix) from a detector map scan.

  3. Determine the product $C \times I_{\mbox{dark}}$ (c_idark_mvolts_per_ms) and the voltage offset $U_0$ (u0_mvolts) from a number of dark scans by applying a linear fit (output voltage vs. dwell time).

  4. Fine tune $C$ (mvolts_per_femtocoulomb) by measuring the mean charge per pixel in a detector map and correcting $C$ so that the charge is the same in each segment.

  5. Make sure the ev_per_femtocoulomb factor is entered properly in the calibration file (which is 22594.25 as long as we are using silicon chips).

  6. Enter the dead time (deadtime_ms) into the calibration file.

The calibration is most easily done with the IDL program detcal_gui. The following sections describe how to do each calibration step.


next up previous contents
Next: Taking the Scans necessary Up: Detector Calibration Previous: Quick Summary   Contents
Microscope User 2007-02-02