#include <libcpixe.h>
Data Fields | |
atomicnumber | atnum |
Atomic number. | |
double | coefstd [23] |
23 absorption coefficients, each one for a given standard energy tabulated in stdtable[] in TotAbsor() | |
double | enr [10] |
Array transition energies (energies at which a sharp edge in absorption occurs): from 1 to 9: K LI LII LIII MI MII MIII MIV MV (absorption E is decreasing). | |
double | coefenr [9][2] |
abs coefs for E just below (coefenr[i][0]) and just above (coefenr[i][1]) the transition energy enr[i]. |
Definition at line 255 of file libcpixe.h.
|
Atomic number.
Definition at line 256 of file libcpixe.h. Referenced by readAbsCoef(). |
|
abs coefs for E just below (coefenr[i][0]) and just above (coefenr[i][1]) the transition energy enr[i].
Definition at line 259 of file libcpixe.h. Referenced by readAbsCoef(), sigmaphoto(), and TotAbsor_elemental(). |
|
23 absorption coefficients, each one for a given standard energy tabulated in stdtable[] in TotAbsor()
Definition at line 257 of file libcpixe.h. Referenced by readAbsCoef(), and TotAbsor_elemental(). |
|
Array transition energies (energies at which a sharp edge in absorption occurs): from 1 to 9: K LI LII LIII MI MII MIII MIV MV (absorption E is decreasing).
Definition at line 258 of file libcpixe.h. Referenced by needSFC(), readAbsCoef(), ReisX(), sigmaphoto(), and TotAbsor_elemental(). |