Examples of PhiRhoZ3


Examples of gov.nist.microanalysis.NISTMonte.Gen3.PhiRhoZ3

        double zMax = c1[2];

        // Setup PRZs
        if (charac == null)
            throw new NullPointerException("charact == null");
        przCharac = new PhiRhoZ3(charac, zMin, zMax, channels);
        charac.addXRayListener(przCharac);

        // Setup zs
        zs = new double[channels];
        double width = przCharac.binWidth();
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.