Uses of Class
edu.stanford.rsl.konrad.utils.BilinearInterpolatingDoubleArray

Packages that use BilinearInterpolatingDoubleArray
edu.stanford.rsl.konrad.physics Contains classes to physical effects related to x-rays. 
edu.stanford.rsl.konrad.utils Contains various utility classes. 
 

Uses of BilinearInterpolatingDoubleArray in edu.stanford.rsl.konrad.physics
 

Methods in edu.stanford.rsl.konrad.physics that return BilinearInterpolatingDoubleArray
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.
 

Uses of BilinearInterpolatingDoubleArray in edu.stanford.rsl.konrad.utils
 

Methods in edu.stanford.rsl.konrad.utils that return BilinearInterpolatingDoubleArray
 BilinearInterpolatingDoubleArray Configuration.getBeamHardeningLookupTable()
           
 

Methods in edu.stanford.rsl.konrad.utils with parameters of type BilinearInterpolatingDoubleArray
 void Configuration.setBeamHardeningLookupTable(BilinearInterpolatingDoubleArray beamHardeningLookupTable)