Package ca.eandb.jmist.framework.measurement

Examples of ca.eandb.jmist.framework.measurement.CollectorSphere


//    public TransferMatrixJob(SurfaceScatterer[] specimens, double[] wavelengths,
//        long samplesPerMeasurement, long samplesPerTask, CollectorSphere collector) {

    double[] stacks = ArrayUtil.range(0.0, Math.PI, 181);
    double[] slices = new double[]{ 0.0, 2.0 * Math.PI };
    CollectorSphere collector = new UncappedLatLongCollectorSphere(stacks, slices);
//    CollectorSphere collector = new EqualPolarAnglesCollectorSphere(90, 1, true, true);
    double wavelength = 550e-9;

    ABMSurfaceScatterer abm = new ABMSurfaceScatterer();
    abm.build();
View Full Code Here

TOP

Related Classes of ca.eandb.jmist.framework.measurement.CollectorSphere

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.