Package gov.nist.microanalysis.EPQLibrary

Examples of gov.nist.microanalysis.EPQLibrary.ElectronRange.compute()


            electronRange = ElectronRange.Pouchou1991;

        double rMax;
        for (XRayTransition xrt : transitions) {
            rMax =
                    electronRange.compute(comp, xrt.getDestination(), energy)
                            / density;
            zPZS.put(xrt, HistogramUtil.createBins(-rMax, 0.0, channels));
            gnfPZs.put(xrt, new double[channels]);
            enfPZs.put(xrt, new double[channels]);
        }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.