|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nist.microanalysis.EPQLibrary.NISTXRayTransitionDB
public class NISTXRayTransitionDB
A database of x-ray transition energies from theory and measurements. The source of this data is http://physics.nist.gov/PhysRefData/XrayTrans/
Copyright: Pursuant to title 17 Section 105 of the United States Code this software is not subject to copyright protection and is in the public domain
Company: National Institute of Standards and Technology
| Field Summary | |
|---|---|
static java.lang.String |
COMBINED
|
static java.lang.String |
DIRECT
|
static java.lang.String |
THEORY
|
static java.lang.String |
UNAVAILABLE
|
static java.lang.String |
VAPOR
|
| Constructor Summary | |
|---|---|
NISTXRayTransitionDB()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDefaultDatumType(AtomicShell shell)
getDefaultDatumType - Returns one of THEORY, BLEND, COMBINED, VAPOR or UNAVAILABLE depending upon which type of value would be returned by the getEdgeEnergy(AtomicShell shell) method. |
java.lang.String |
getDefaultDatumType(XRayTransition xrt)
getDefaultDatumType - Returns one of THEORY, BLEND, COMBINED, VAPOR or UNAVAILABLE depending upon which type of value would be returned by the getEnergy(XRayTransition xrt) method. |
double |
getEdgeEnergy(AtomicShell sh)
getEdgeEnergy - Returns the edge energy for the specified AtomicShell (Element and shell.) |
double |
getEdgeEnergy(AtomicShell shell,
java.lang.String type)
getEdgeEnergy - Returns the energy (in Joules) for the specific edge. |
double |
getEnergy(XRayTransition xrt)
getEnergy - Gets the energy (in Joules) of the specified transition. |
double |
getEnergy(XRayTransition xrt,
java.lang.String type)
getEnergy - Returns the energy (in Joules) for the specific transition. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String THEORY
public static java.lang.String COMBINED
public static java.lang.String VAPOR
public static java.lang.String DIRECT
public static java.lang.String UNAVAILABLE
| Constructor Detail |
|---|
public NISTXRayTransitionDB()
| Method Detail |
|---|
public java.lang.String getDefaultDatumType(XRayTransition xrt)
xrt - XRayTransition
public java.lang.String getDefaultDatumType(AtomicShell shell)
shell - AtomicShell
public double getEnergy(XRayTransition xrt)
xrt - XRayTransition
public double getEnergy(XRayTransition xrt,
java.lang.String type)
xrt - XRayTransitiontype - String
public double getEdgeEnergy(AtomicShell shell,
java.lang.String type)
shell - AtomicShelltype - String
public double getEdgeEnergy(AtomicShell sh)
sh - AtomicShell
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||