Package gog

Examples of gog.RunnableGogSimulation


        // c) Main execution method of the Gog simulation.We split the execution process in the following subprocesses
        // 1 - Gaia initialization
        GogConfiguration gc = GogConfigurationMgr.getConfiguration();
              
        // 2 - Generation of the list of sources according the universe model or user sources given as input
        RunnableGogSimulation gogSimulation = new RunnableGogSimulation( gc.getSimulationReference() );
       
       
        // 3 - Delegation to the subprocess that perform astrosourcelist analysis and MDBObject calculation and writting
       
        // gogSimulation.run();
        // start time
        long t0 = System.currentTimeMillis();
      // initialisation common to processSource and processSpectra : go
        List<gaiasimu.universe.source.AstroSource> sourceList = gogSimulation.initSources();
       
       
      // gogSimulation.processSourceList(sourceList);
    int sourceListSize = sourceList.size();
    // go
View Full Code Here


        // c) Main execution method of the Gog simulation.We split the execution process in the following subprocesses
        // 1 - Gaia initialization
        GogConfiguration gc = GogConfigurationMgr.getConfiguration();
              
        // 2 - Generation of the list of sources according the universe model or user sources given as input
        RunnableGogSimulation gogSimulation = new RunnableGogSimulation( gc.getSimulationReference() );
       
       
        // 3 - Delegation to the subprocess that perform astrosourcelist analysis and MDBObject calculation and writting
       
        // gogSimulation.run();
        // start time
      // initialisation common to processSource and processSpectra : go
        List<gaiasimu.universe.source.AstroSource> sourceList = gogSimulation.initSources();
       
       
      // gogSimulation.processSourceList(sourceList);
    int sourceListSize = sourceList.size();
    // go
View Full Code Here

TOP

Related Classes of gog.RunnableGogSimulation

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.