You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demo/mars/README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,3 +55,15 @@ bdm view
55
55
```
56
56
In order to clearly observe the satellites in relation to the planet, feel free to scale up the diameter or volume of the satellites in the simulation.
57
57
58
+
## Verify the Results
59
+
60
+
By running the following commands:
61
+
62
+
```bash
63
+
cd [path_to_biodynamo]/demos/SolarSystem
64
+
python3 check_results.py
65
+
```
66
+
67
+
You can verify the accuracy of the simulation by comparing the time it takes for a celestial object to complete a full rotation.
68
+
69
+
The data were **acquired** from the [NASA Mars Moons Facts](https://science.nasa.gov/mars/moons/facts/), which provides real-world orbital and rotational period measurements.
Copy file name to clipboardExpand all lines: demo/solar_system/README.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -63,3 +63,16 @@ bdm run
63
63
bdm view
64
64
```
65
65
In order to clearly observe the planets and the sun, feel free to scale up the diameter or volume of the satellites in the simulation.
66
+
67
+
## Verify the Results
68
+
69
+
By running the following commands:
70
+
71
+
```bash
72
+
cd [path_to_biodynamo]/demos/SolarSystem
73
+
python3 check_results.py
74
+
```
75
+
76
+
You can verify the accuracy of the simulation by comparing the time it takes for a celestial object to complete a full rotation.
77
+
78
+
The data were **acquired** from the [NASA Planetary Fact Sheet](https://nssdc.gsfc.nasa.gov/planetary/factsheet/), which provides real-world orbital and rotational period measurements.
0 commit comments