While a simulation is in progress or when it has ended, the historic snapshot file can be interpreted to generate a plain text file and a plot file with the history of the simulation:
python scripts/explore_history.py target/case3.json target/case3_history.bin
python scripts/explore_history.py target/case4.json target/case4_history.bin
python scripts/explore_history.py target/case7.json target/case7_history.bin
python scripts/explore_history.py target/example.json target/example_history.bin
The plain text file follows a tab separated format and contains the following columns:
To explore what possible resonances might be present in the system:
python scripts/explore_timed_resonances.py target/case3_history.bin
python scripts/explore_timed_resonances.py target/case4_history.bin
python scripts/explore_timed_resonances.py target/case7_history.bin
python scripts/explore_timed_resonances.py target/example_history.bin
Finally, to study a given resonance (e.g., 3:2) between planet one and two:
python scripts/explore_single_resonance.py target/case3_history.bin 1 2 3 2
python scripts/explore_single_resonance.py target/case4_history.bin 1 2 3 2
python scripts/explore_single_resonance.py target/case7_history.bin 1 2 3 2
python scripts/explore_single_resonance.py target/example_history.bin 1 2 3 2