Examples of PhotonEmissionMapListener


Examples of gov.nist.microanalysis.NISTMonte.PhotonEmissionMapListener

        double zMin = Math.min(c0[2], c1[2]);
        double zMax = Math.max(c0[2], c1[2]);

        // Create and register listener
        mapCharac =
                new PhotonEmissionMapListener(charac, xMin, xMax, xBins,
                        yMin, yMax, yBins, zMin, zMax, zBins);
        mapTotal =
                new PhotonEmissionMapListener(charac, xMin, xMax, xBins,
                        yMin, yMax, yBins, zMin, zMax, zBins);
        charac.addXRayListener(mapCharac);
        charac.addXRayListener(mapTotal);

        if (characFluo != null)
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.