Astro Pi 🚀
🇵🇹 PT
Mission Briefing
1. Core Python
2. Functions & Output
3. Simulation Setup
4. Sense HAT Data
5. Camera & Sequences
6. Orbital Data
7. Calculating with Data
8. Time Constraint
9. Error Handling
10. Refinement
11. Optimization
12. Full Simulation
13. Submission
Commander
Profile
Sign out
Lesson 7: Calculating with Data
Now we put it all together. We have data, now we need math.
Session Goals
Draft the calculation algorithm.
Use historical data to test our math.
Compare our results to the known average ISS speed (7.66 km/s).
The Algorithm
Take Photo 1 (Start Timer)
Wait X seconds
Take Photo 2 (Stop Timer)
Calculate distance moved on the ground (using computer vision or manual analysis later).
Divide Distance by Time.
Activity:
If the ISS moves 76.6 km in 10 seconds, what is the speed? Update the code to check.
Mission Control Interface
Run Code â–¶
Show Solution
Loading Python environment...
Output Terminal
Clear
Ready to execute...