kinstras / gamma-ray-Spectroscopy-SiPM

LISER (Life Sustainability Examination with Radiation) takes environmental measurements through Arduino sensors and detects γ-radiation using NaI crystal. Presents in GUI the measurements and spectroscopy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of contents

General info

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.

Technologies

Project is created with:

  • python: 3.8
  • Arduino: 1.8.19

Build Instructions

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

About

LISER (Life Sustainability Examination with Radiation) takes environmental measurements through Arduino sensors and detects γ-radiation using NaI crystal. Presents in GUI the measurements and spectroscopy

License:MIT License


Languages

Language:C++ 54.4%Language:Python 45.6%