@ArpitMishra
on
Quarantine 200
I made an infectious disease simulation program for six people aboard a spacecraft. According to the results of the calculations, the danger increases with the duration of the flight, which is proven by data provided by NASA – the longer astronauts stay in space, the weaker their immunity becomes.
Initially, my program worked successfully, without any errors. However, when analyzing the results, I noticed that the illness died almost immediately, instead of developing. The cause of such behavior was that people recovered from it much faster than they became infected. To fix this mistake, it took some time to debug my program and adjust the parameters. Then I realized that my algorithm did not test the initial idea, and I rebuilt the entire simulation so that it could check two outbreaks that started on different points in time.
Showing that the simulation provides the results I intended to prove. The same outbreak, which occurred at the end of the journey, affected twice as many people as the outbreak at the very beginning of the mission. Such graph can not be considered as something accidental, it is supported by the facts of real NASA astronauts’ immune system functioning.
According to the information available, the NASA research of astronauts immune system lasts for 90 days of the mission, after which immune functions stop declining. For this reason, I decided to stop the decline of immune function at day 90 of the mission.
- 3 devlogs
- 2h