Package gov.nist.microanalysis.NISTMonte

Examples of gov.nist.microanalysis.NISTMonte.PhotonRadialDistributionListener


        // Setup PRZs
        if (charac == null)
            throw new NullPointerException("charact == null");
        radialCharac =
                new PhotonRadialDistributionListener(charac, center, normal,
                        rmax, channels, true);
        radialTotal =
                new PhotonRadialDistributionListener(charac, center, normal,
                        rmax, channels, true);
        charac.addXRayListener(radialCharac);
        charac.addXRayListener(radialTotal);

        if (characFluo != null)
View Full Code Here

TOP

Related Classes of gov.nist.microanalysis.NISTMonte.PhotonRadialDistributionListener

Copyright © 2018 www.massapicom. 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.