new gaiasimu.universe.source.stellar.Star(
idRoot, photometry, stellarAstrometry, starPhysicalParameters);
// Exoplanet generator
ExoPlanetGenerator exoPlanetGenerator = new ExoPlanetGenerator();
// Generate exoplanet
// StellarSource exoplanet = exoPlanetGenerator.generateSystem( star, orbitalParams );
/* Exception in thread "main" gaiasimu.SimuException: Mass of component 1 not initialized
at gaiasimu.universe.source.stellar.StarSystem.computeMass(StarSystem.java:171)