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() );