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 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.
|
Modifier and Type | Method and Description |
---|---|
BilinearInterpolatingDoubleArray |
Configuration.getBeamHardeningLookupTable() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setBeamHardeningLookupTable(BilinearInterpolatingDoubleArray beamHardeningLookupTable) |