public class LocalMassAttenuationCalculator
extends java.lang.Object
WeightedAtomicComposition
Constructor and Description |
---|
LocalMassAttenuationCalculator() |
Modifier and Type | Method and Description |
---|---|
static NumberInterpolatingTreeMap |
getMassAttenuationData(java.lang.String formula,
double[] energies,
AttenuationType attType)
Calculates the mass attenuation coefficient of a material given its formula
|
static double |
getMassAttenuationData(java.lang.String formula,
double energy,
AttenuationType attType)
Calculates the mass attenuation coefficient of a material given its formula
|
static NumberInterpolatingTreeMap |
getMassAttenuationData(WeightedAtomicComposition comp,
double[] energies,
AttenuationType attType)
Calculates the mass attenuation coefficient of a material given its
WeightedAtomicComposition |
static double |
getMassAttenuationData(WeightedAtomicComposition comp,
double energy,
AttenuationType attType)
Calculates the mass attenuation coefficient of a material given its weighted atomic composition.
|
public static double getMassAttenuationData(java.lang.String formula, double energy, AttenuationType attType)
formula
- is the chemical formula of the materialenergy
- is the energy of interestattType
- is the AttenuationType
of interestpublic static NumberInterpolatingTreeMap getMassAttenuationData(java.lang.String formula, double[] energies, AttenuationType attType)
formula
- is the chemical formula of the materialenergies
- is the set of energy of interestattType
- is the AttenuationType
of interestpublic static NumberInterpolatingTreeMap getMassAttenuationData(WeightedAtomicComposition comp, double[] energies, AttenuationType attType)
WeightedAtomicComposition
comp
- is the weighted atomic composition of the materialenergies
- is the set of energy of interestattType
- is the AttenuationType
of interestpublic static double getMassAttenuationData(WeightedAtomicComposition comp, double energy, AttenuationType attType)
comp
- is the WeightedAtomicComposition
of the materialenergy
- is the energy of interestattType
- is the AttenuationType
of interest