Package | Description |
---|---|
edu.stanford.rsl.conrad.physics |
Contains classes to physical effects related to x-rays.
|
edu.stanford.rsl.conrad.utils |
Contains various utility classes.
|
Modifier and Type | Method and Description |
---|---|
static EnergyDependentCoefficients.Material |
EnergyDependentCoefficients.Material.valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static EnergyDependentCoefficients.Material[] |
EnergyDependentCoefficients.Material.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static double |
EnergyDependentCoefficients.getCTNumber(EnergyDependentCoefficients.Material material)
Deprecated.
Returns the CT number of the material in [g/cm^3]
|
static double |
EnergyDependentCoefficients.getMassDensity(EnergyDependentCoefficients.Material material)
Deprecated.
Returns the mass density of the material in [g/cm^3]
|
static LinearInterpolatingDoubleArray |
EnergyDependentCoefficients.getMassEnergyAbsorptionLUT(EnergyDependentCoefficients.Material material)
Deprecated.
Returns a LinearInterpolatingDoubleArray which reports the mass-energy absorption coeffients [cm^2/g] for the respective energies [MeV].
|
static LinearInterpolatingDoubleArray |
EnergyDependentCoefficients.getPhotonMassAttenuationLUT(EnergyDependentCoefficients.Material material)
Deprecated.
Returns a LinearInterpolatingDoubleArray which reports the photon mass attenuation coeffients [1/cm] for the respective energies [MeV].
|
static LinearInterpolatingDoubleArray |
EnergyDependentCoefficients.getPhotonMassAttenuationOverRhoLUT(EnergyDependentCoefficients.Material material)
Deprecated.
Returns a LinearInterpolatingDoubleArray which reports the photon mass attenuation coefficients over rho [cm^2/g] for the respective energies [MeV].
|
Modifier and Type | Method and Description |
---|---|
static EnergyDependentCoefficients.Material |
UserUtil.queryMaterial(java.lang.String message,
java.lang.String messageTitle)
Queries the user for a Material.
|