// Run GOG
//GogRun.main( gogConfig );
GogConfigurationMgr.getConfig( gogConfig[0], Long.toString(System.currentTimeMillis()));
CachePSFManager.setPsfDir(GogGlobals.getPsfPath());
CacheManager.getInstance("gaiasimu-cache.xml");
GogRun gr = new GogRun();
gr.start();
// Read the first elements from epoch astrometry GOG file
ArrayList<GaiaRoot> epochAstrometryArrayList = new ArrayList<GaiaRoot>();