Examples of EpochData


Examples of gog.epoch.EpochData

            boolean isPhotFromSpectrum = gc.isPhotometryFromSpectrum();
            for( int j=0; j< fovTransits.size() ; j++) {
             
                // WE compute the observable source from the UM_REF_TIME instead of the START_OF_MISSION
                gaiasimu.GaiaSimuTime observableTime = fovTransits.get(j).getGSTime(); //
                epochData.add(new EpochData(new gaiasimu.universe.source.ObservableSource (
                    as, observableTime, isPhotFromSpectrum), fovTransits.get(j).getFov(), random, i));
            }
           
            System.out.printf("W: %20.10e\n", epochData.get(0).getAstroData().getW() );
           
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.