LADDS inserts constellations based on startTime duration parameters from constellation config files (+config parameter referenceTime)
constellations constructor with config, constellationConfig (or rather read constellationConfig in satellite loader and pass all the arguments to Constellation in constructor?)
added constellation data that was supposed to be added in featureNotebook
id numberspaces for constellations (c1: 1,000,000, c2: 2,000,000 ...)
2D schedule vector that is computed at initialization instead of during simulationLoop
constellations that start launch before reference time are inserted in quantity according to time difference
27.4 new ID distribution:
-new constructor for breakup wrapper that is compatible with new ID distribution
-new Simulation function: setConstellationsIDs() using new Constellation function moveConstellationsIDs()
Next PRs:
checkpointing with constellations
the test of the simulation with constellations (planned last)
featureNotebook -> featureSchedule
Description
27.4 new ID distribution:
-new constructor for breakup wrapper that is compatible with new ID distribution -new Simulation function: setConstellationsIDs() using new Constellation function moveConstellationsIDs()
Next PRs: