News:

:) If you can't see some "in-line" images in a post, try "refreshing" your browser!

Main Menu

Matrix Corrections For Boron

Started by Probeman, January 29, 2016, 05:10:38 PM

Previous topic - Next topic

Probeman

Quote from: Brian Joy on February 19, 2016, 02:24:46 PM
What publications do the references "JD" and "ES" refer to?  When I press F1 with the X-ray database window open, I only see a list of the older publications.

Good questions.

The database file is XRAY.MDB and is in the ProgramData folder.  ES stands for Eric Steele. I think he tabulated the first order lines when he was at NIST. JD stands for me because I calculated the higher order reflections using this code:

Const HIGHERORDERFACTOREVEN! = 0.8
Const HIGHERORDERFACTORODD! = 0.5

' Even orders
If j% Mod 2 = 0 Then
txints1# = txints1# * HIGHERORDERFACTOREVEN!
If txints1# < 0.005 Then GoTo nextline
txints# = txints1#

' Odd orders
Else
txints2# = txints2# * HIGHERORDERFACTORODD!
If txints2# < 0.005 Then GoTo nextline
txints# = txints2#
End If

This is just a rough guess as obviously the intensities depend on lots of parameters.
The only stupid question is the one not asked!

Brian Joy

#16
For a dose of reality, I've sumperimposed the peak determined by Bastin and Heijligers (1997) (solid curve in their plot) for B Ka in ZrB2 using the OVH pseudocrystal (Mo/B4C) with 2d ~ 147 angstroms.  (In plotting the peak, I used the wavelength scale at the top of the B&H plot in order to avoid the refraction correction necessary to convert from L-value to energy.)  Note the peak shift with crystal orientation in the plot from B&H (ZrB2 is in the hexagonal system).  Also note that B&H used peak integrals to determine k-ratios.

Brian Joy
Queen's University
Kingston, Ontario
JEOL JXA-8230

Probeman

#17
Quote from: Brian Joy on February 20, 2016, 09:24:41 AM
For a dose of reality, I've sumperimposed the peak determined by Bastin and Heijligers (1997) (solid curve in their plot) for B Ka in ZrB2 using the OVH pseudocrystal (Mo/B4C) with 2d ~ 147 angstroms.  (In plotting the peak, I used the wavelength scale at the top of the B&H plot in order to avoid the refraction correction necessary to convert from L-value to energy.)  Note the peak shift with crystal orientation in the plot from B&H (ZrB2 is in the hexagonal system).  Also note that B&H used peak integrals to determine k-ratios.



It appears to me that the empirical determinations (by Bastin and Pouchou) of these MACs are essentially "averaging" the mass absorption coefficients on both sides of the Zr absorption edge.   Which makes some sense since they are measurements using the integrated intensities. Though I suppose it depends on exactly what the boron ka emission line energy is (183 eV vs. 185 eV vs. ?)

It would be cool to plot the predicted *natural* line width of boron Ka on the same plot as above.

A *much* more nasty situation is boron Ka absorbed by Mg.  Here the MACs are in the range of 50,000 to 60,000! See the attached document below which is my first attempt to understand the MAC and APF effects in such a system.
john
The only stupid question is the one not asked!