Package | Description |
---|---|
edu.stanford.rsl.conrad.physics |
Contains classes to physical effects related to x-rays.
|
Modifier and Type | Method and Description |
---|---|
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 BilinearInterpolatingDoubleArray |
EnergyDependentCoefficients.getBeamHardeningLookupTable(double[] waterCorrectedValues,
double[] passedMaterial,
double[] energies,
double[] xRaySpectrum,
LinearInterpolatingDoubleArray softMaterialAttenuationCoefficients,
LinearInterpolatingDoubleArray hardMaterialAttenuationCoefficients)
Deprecated.
Generates a BilinearInterpolatingDoubleArray which can be used to look up lambda values.
|
static BilinearInterpolatingDoubleArray |
EnergyDependentCoefficients.getBeamHardeningLookupTable(double maxWater,
double maxPassedMaterial,
double stepSize,
double[] energies,
double[] xRaySpectrum,
LinearInterpolatingDoubleArray softMaterial,
LinearInterpolatingDoubleArray hardMaterial)
Deprecated.
Generates a BilinearInterpolatingDoubleArray which can be used to look up lambda values.
|
Constructor and Description |
---|
HalfValueLayerFunction(double[] energies,
double[] spectrum,
LinearInterpolatingDoubleArray lida1,
LinearInterpolatingDoubleArray lida2,
LinearInterpolatingDoubleArray lida3) |