XUtils


XUtils>System>NiOx

Current Function Version: 1.1 (June/25/'09)

Brief Description
This function provides several useful measures on your XEDS systems in AEMs, using Ray Egerton's NiOx thin film test specimen. Namely,
  1. Energy resolution of the XEDS detector
  2. Inverse hole-count (sometimes also called film count)
  3. Peak-to-Background ratio in Fiori definition
  4. Conventional total Peak-to-Background ratio
  5. Mo K/L ratio
  6. Detector solid angle (detector collection angle)
  7. Detector efficiency (figure-of-merit for detection)
The detail descriptions about the above determinations can be found in the original papers by Ray Egerton and his co-workers (R.F. Egerton & S.C. Cheng, "Characterization of an analytical electron microscope with a NiO test specimen", Ultramicrosc. 55 (1994), 43-54; J.C. Bennett & R.F. Egerton, "NiO test specimen for analytical electron microscopy: round-robin results", J. Microsc. Soc. Am., 1 (1995), 143-149; K. Wong & R.F. Egerton, "The performance of analytical electron microscopes and EDX systems measured with a nickel oxide test specimen", in Proc. Microscopy and Microanalysis 1995 , Jones and Begell Publishing New York, (1995), 600-601). You can also find some brief remarks in later Results section.

Usage
Open an X-ray spectrum measured from the NiOx thin film in Gatan DigitalMicrograph. You can also import an X-ray spectrum using the EMSA file import plug-in. Make sure that the opened/imported X-ray spectrum is the front image, and then select XUtils>System>NiOx from the menu bar. Then, following dialog appears.

You can click any check box which you want to determine and click the Calculate button. If you select either solid-angle determination or detector efficiencydetermination, following sub-dialog appears.

These parameters are required for determinations of the solid angle and detector efficiency. Most of these parameters should be extracted from the tag of the spectrum if information is properly saved. However, you must input the film-thickness since the thickness value is not usually saved in the EMSA format and thickness of the NiOx film varies depending on the batch. You can find the thickness value from the original instruction sheet enclosed together with the NiOx thin specimen. Once you input these parameters, click the OK button.

Results
Here are examples of the results.
  1. Energy resolution


  2. The energy resolution of an XEDS detector is defined as the full-width-at-half-maximum (FWHM) value at the Mn Ka peak position (5.9 keV). This value can be derived from the FWHM value of the Ni Ka peak as:
    R[Mn Ka] = 0.926R[Ni Ka]
    In this plug-in, the Ni Ka FWHM value is determined by fitting the Ni Ka peak to Gaussian. For the Gaussian fitting, I referred to a nice DigitalMicrograph script written by David Mitchell & Bill Bertram (ANSTO). The original script is available at the DM scripts page in Graz FELMI web site. I modified their script to adjust the weighting factor automatically by minimizing the c2 value between the original and fitted Ni Ka peaks. Note that this fitting part is implemented by C++, so it should be fast enough! You can see the fitting result in the spectrum (red line in the above example).

  3. Inverse hole-count


  4. The inverse hole-count is defined as an intensity ratio between the Ni Ka and the Mo Ka peaks measured from the NiO film part. This measure is for evaluation of stray electrons and X-rays in an AEM column. For modern AEMs, this value is around 3-7.

  5. Peak-to-Background ratio in Fiori definition


  6. This peak-to-background ratio is defined as the Ni Ka intensity above the background divided by the background intensity at a single channel. For modern AEMs, this value can be as high as 3000.

  7. Conventional total Peak-to-Background ratio


  8. This peak-to-background ratio is defined as the Ni Ka intensity above the background divided by the full background intensity.

  9. Mo K/L ratio


  10. The Mo K/L ratio can also be used to evaluate stray irradiation of your instrument. The stray X-rays would produce a high Mo K/L ratio since high-energy bremsstrahlung X-rays preferentially generate the high energy Mo Ka line. In contrast, the stray electrons may excite rather the Mo La than the Mo Ka.

  11. Detector solid angle (detector collection angle)


  12. The detector solid angle can be calculated as:
    W = C1 INiK / (ttI)
    where C1 is the factor depending on the incident beam energy, INiK is the Ni Ka intensity above the background, t is the film thickness, t is the acquisition time and I is the probe current, respectively.

  13. Detector efficiency (figure-of-merit for detection)


  14. The detector efficiency is defined as the count rate (cps) divided by the probe current (nA) and the collection angle (sr). Therefore, this measure can be calculated as:
    INiK / (tIW) (cps/nA/sr)
    where INiK is the Ni Ka intensity above the background, t is the acquisition time, I is the probe current and W is the solid angle, respectively.
    The normalized detector efficiency is determined from the detector efficiency divided by the weight fraction of Ni. So, this value corresponds to the efficiency of the Ni Ka line from pure Ni instead of NiO. As long as normalized or regular value is compared consistently, you can use either value.


Acknowledgements
Many thanks to Bernhard Schaffer (FELMI/ZFE, Graz University of Technology) for providing me a great example of sub-dialog creation (i.e., Bernhard kindly agreed to be "pushed" by me).
Up