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

Packages that use LinearInterpolatingDoubleArray
edu.stanford.rsl.konrad.physics Contains classes to physical effects related to x-rays. 
 

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

Methods in edu.stanford.rsl.konrad.physics that return LinearInterpolatingDoubleArray
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 coeffients over rho [cm^2/g] for the respective energies [MeV].
 

Methods in edu.stanford.rsl.konrad.physics with parameters of type LinearInterpolatingDoubleArray
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.
 

Constructors in edu.stanford.rsl.konrad.physics with parameters of type LinearInterpolatingDoubleArray
HalfValueLayerFunction(double[] energies, double[] spectrum, LinearInterpolatingDoubleArray lida1, LinearInterpolatingDoubleArray lida2, LinearInterpolatingDoubleArray lida3)