In this blog post we will describe our experience from our participation to ESA AstroPi competition, the measurements we took, and our observations, and in particular regarding the so called South Atlantic Anomaly and the Van Allen Radiation Belt.
What is AstroPi?
But first things first. AstroPi - Mission Space Lab, is a competition organized by the European Space Agency (ESA) in collaboration with Raspberry Pi Foundation. The aim is for teams to design and code a computer program, using the Python programming language, to be run on the International Space Station (ISS) on a Raspberry Pi. The teams have the option of focusing on life in space or life on earth. Participants have to collect data through the program, analyze them and write a report to show their findings.
Our Missions
Our team (Evaggelos Atlasis, Filippos Atlasis, Antoine Mauger) decided to focus on life in space. Our primary objective was to collect data about the magnetic field as experienced from ISS while it orbited the Earth, use the measurements to create a map of the magnetic field and compare it to the world magnetic model. We expected to observe the strongest magnetic field close to the poles and observe a decrease near the equator.
Our secondary objective was to acquire data from the rest of the sensors (temperature, humidity, barometric pressure, acceleration, and gyroscopic measurements: roll, yaw, and pitch) in order to get a better understanding of the astronauts' life and activity inside the ISS.
Method
For our method, except for writing the code of the program that was going to run on the ISS, we had to carry out some actions to ensure that we could obtain and analyze our results efficiently. Firstly, we minimized the code so that we could reduce the chances of errors and improve code performance, and secondly, we saved our data results in a CSV format so it would be easier to parse them for our analysis.
After parsing the data results, we used Python's Matplotlib and the programming language R to create maps and graphs that depicted our results effectively. For our primary mission, those included a map of the measured magnetic field on the ISS trajectory and a contour map with interpolation of data. For the secondary mission, we plotted the measured variables (temperature, humidity, barometric pressure, acceleration, and gyroscopic measurements) against the runtime of our code as well as determining a rolling average for some of them to help us further with our analysis.
Results
Our program ran on the 23rd of April from around 18:46 to 21:41.
Primary Mission: Magnetic Field Measurements
By combining the measured magnetic field with the ISS trajectory we created a contour diagram that interpolated magnetic field strength, as shown in Figure 1. The diagram matches our expectations as the lines indicate a stronger magnetic field near the poles.
Figure 1: An interpolated contour map of the magnetic field measurements during the ISS trajectory
Then, we plotted the measured magnetic field along the trajectory of the ISS (Figure 2). The generated map also matches the world magnetic model and our prediction, except from the area around South America (where the colour is red, indicating a stronger measured magnetic field than the measurements in the Indian ocean where the colour is yellow).
The Van Allen radiation belt is
an area of energetic charged particles which extend from an altitude of
640 to 58,000 km from the Earth's surface. The radiation is repelled by
the Earth's magnetic field. In the South Atlantic area, the Van Allen radiation dips to a lower altitude as low
as 200 km, because the magnetic field of the Earth is weaker at that area of the planet, resulting in the South Atlantic Anomaly.
As the ISS orbits at a height of 400 km, it passes through the Van Allen radiation belt above the SAA, experiencing an increase in the measured magnetic field from the ISS in the South Atlantic region; this increase is visible from the map in Figure 2.
On the contrary, the SAA is not noticeable in Figure 1 as the interpolation used to produce the contours "cleaned" the anomaly.
Secondary Mission
From our humidity measurements, there were two significant observations which can be seen in Figure 5:
- There were a lot of fluctuations throughout the runtime of our code.
- The rolling average seems to significantly decrease from 19:15 to 20:00 before settling at ~31% for the rest of the runtime of our AstroPi. For the second observation, we can assume that the activity of the astronauts fell off during that time period; potentially this could be dinner time followed by some rest.
We also observed that the temperature of the surroundings was almost identical to the CPU temperature data while reaching temperature readings of 28-29 degrees Celsius (which was 7-8 degrees Celsius higher than the actual temperature inside the ISS) - Figure 6. Thus, the temperature of the surroundings recorded by our sensor was being affected by the heat coming from the CPU and we deduced that we couldn't use our temperature data to draw a conclusion regarding the astronauts' activities in the ISS.
Thus, we can conclude that that there was neither an O2 re-pressurization in the ISS nor an orbital acceleration which would have been apparent if they had taken place (the second conclusion is confirmed by Figure 8 where we can see that in the 23rd of April of 2021 there is no re-boost).
Conclusions
The biggest finding of our investigations was the difference in the magnetic measurements between the South Atlantic and Indian Ocean regions. After some research, we understood that this is due to the South Atlantic Anomaly (SAA) and its effect to the Van Allen radiation belt. Due to the weaker magnetic field in the area, the Van Allen radiation dips to a lower altitude. Therefore, when the ISS passes through it, the magnetic field in the region is stronger.
From the above we understand that aerospace
engineers when designing satellites that are expected to operate
inside the Van Allen zone need to seriously consider its effects to
their scientific measurements and operational activities, especially if spacecrafts are expected to pass through the South Atlantic anomaly area, since this can cause everything from periodic glitches to total mission failure. Indeed, the SAA has been responsible for several spacecraft failures and even dictates when astronauts can and can’t perform spacewalks. More information for the SAA and its effects on scientific missions can be found here.
After the completion, we received the following nice certificate :-) We hope you enjoyed it as much as we did ;-)
No comments:
Post a Comment