Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Examples

trade_study.py

Coverage-optimized constellation design with Pareto front analysis:

python examples/trade_study.py

Produces optimized.csv with the Pareto-optimal satellite parameters.

Simulator files

Pre-generated constellation files — open directly in the target application:

File Application How to use
constellation.ubox Universe Sandbox File > Open Simulation > select file
constellation.sc SpaceEngine Copy to addons/catalogs/ in SpaceEngine install dir, restart

Generating your own

# Generate constellation and export to any format
humeris generate -i sim_old.json -o sim.json --export-ubox my_constellation.ubox
humeris generate -i sim_old.json -o sim.json --export-spaceengine my_constellation.sc
humeris generate -i sim_old.json -o sim.json --export-kml my_constellation.kml

See Simulator Integrations for full setup instructions.