5. Calibration

5.1 Outline

Calibration of the MCA consists of determining the relationship between channel number and energy. This will be affected by various settings on the amplifier and the MCA, the temperature history of the detector, and other things beyond the control of the user. As a result it should be repeated before every experiment.

The IDL MCA program has built-in calibration procedures, which should be used initially. These procedures separate the energy calibration from the 2q calibration. Collect a spectrum containing a low energy line and a high energy line, and as many additional lines as possible. Run the energy calibration procedure (see below), to get the energy calibration terms. Save the file, which will put that calibration into the detector. Then collect another spectrum, using any known diffraction standard, and run the 2q calibration procedure. Again save this file. All future data sets will have these calibration parameters automatically included.

There are, however, a few limitations:

1. Energy and 2q calibration are separate.

2. Each is based on one data set, so, for example, you cannot use two separate sources to get your energy calibration.

3. The energy equation is limited to linear or quadratic.

If you need a more accurate calibration, or one which does not have the limitations listed above, you can perform another calibration later, using PLOT85. That procedure is described below.

5.3 Creating the DEFAULT.EDF file

Summary:

Details:

For the more accurate calibration to be used for your real data, you must first set up the appropriate file names. Several different sources may be used for the energy calibration. Possible gamma lines are:

Co57 gamma1 14.413 KeV

Co57 gamma2 122.0614 KeV

Pb Ka1 74.956 KeV

Pb Ka2 72.794 KeV


30

LABEL ENERGY OR D DET1 DET2 DET3 DET4

'Co57 G1', 14.413, 207.99, 198.24, 215.79, 448.77

'Co57 G2', 122.0614, 1795.50, 1720.16, 1861.60, 1784.59

'Co57 G3', 136.4743, 2008.24, 1924.21,-2082.00, 1964.00

'FeKa', 6.4, 89.99, 85.45, 93.61, 196.00

'PdKa', 21.123, 306.78, 293.02, -318.52, 659.82

'PdKb', 23.859, 346.91, 330.31, -358.77, 744.00

'Al2O3 (0-1-2) ' 3.4790, -450.90, 446.11, -461.53, -451.23

'Al2O3 (1-0-4) ' 2.5520, -615.36, 610.67, -631.76, -611.02

'Al2O3 (1-1-0) ' 2.379 , -660.33, 655.24, -677.83, -659.54

'Al2O3 (1-1-3) ' 2.085 , -753.87, 748.66, -774.10, -752.62

'Al2O3 (0-2-4) ' 1.740, -904.46, 898.80, -928.97, -902.22

'Al2O3 (1-1-6) ' 1.601, -984.14, 977.23,-1009.88, -980.52

'Al2O3 (1-2-2) ' 1.514, -1075.88,-1116.45,-1075.88,-1075.88

'Al2O3 (2-1-4) ' 1.404, -1158.11, 1116.45,-1158.11,-1158.11

'Al2O3 (3-0-0) ' 1.374, -1184.38, 1141.21,-1178.21,-1184.38

'Al2O3 (1-2-5) ' 1.337, -1413.72,-1342.35,-1413.72,-1413.72

'Al2O3 (1-0-10)' 1.239, -1269.62,-1269.62,-1269.62,-1269.62

'Al2O3 (2-2-6) ' 1.0426, -1506.98,-1506.98,-1506.98,-1506.98

'Al2O3 (2-0-10)' 1.099, -1479.75,-1479.75,-1479.75,-1479.75

'AL2O3 (2-1-10)' 0.9976, -1574.54,-1574.54,-1574.54,-1574.54

'NACL (1-1-1)', 3.25658, 481.74, -473.98, 493.10, -473.98

'NaCl (2-0-0)', 2.82028, 556.50, -548.01, 570.50, -548.01

'NaCl (2-2-0)', 1.99424, 788.56, -777.86, 808.31, -777.86

'NaCl (2-2-2)', 1.62829, 966.29, -954.24, 990.93, -954.24

'NaCl (4-2-2)', 1.26127, -1253.16,-1235.49, 1281.73,-1235.49

Table IX STANDARD.EDF file