The project deals with the detection of ionizing radiation through a cylindrical NaI (Ti) crystal, the source of which is the natural radioactive isotopes and cosmic radiation of an environment, and based on this percentage of radiation, the assessment of the viability of each region-planet.
Project is created with:
- python: 3.8
- Arduino: 1.8.19
This program is tested on Ubuntu 20.04, other Linux distributions may differ from this instruction.
sudo apt-get update
sudo apt-get upgrade
#install python
sudo apt-get install python3-pip
#install pandas package
sudo pip install pandas
#install numpy package
sudo pip install numpy
#install tkinder package
sudo pip install tkinder