Giter Site home page Giter Site logo

sebassaras02 / hpge_data_rp_publication Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 3.77 MB

This repository has the information used in data treatment.

License: MIT License

Python 5.93% Jupyter Notebook 94.07%
data-analysis data-treatment data-visualization jupyter-notebook python

hpge_data_rp_publication's Introduction

HPGe detector Calibration and Data Analysis

This repository contains the GEANT4 applications built, experimental data, and jupyter notebooks employed for the data analysis.

Table of Contents

  • e_results folder: has the experimental data for detector calibration.

  • s_results folder: has the experimental data for detector calibration obtained from the GEANT4 application.

  • hpge_data_treat.ipynb is the data treatment, data analisis, and data visualization of the results.

  • d_funciones.py has functions and classes used to modularize the code.

Data


  • The experimental data come from several experiments done in the Nuclear Science Department at Escuela Politécnica Nacional, Quito - Ecuador.
  • The simulated data come from simulations run on the GEANT4 application.

HPGe detector


1. What is a HPGe detector? A HPGe detector is a Hyper Pure Germanium Detector. This kind of detector is used in gamma spectroscopy to identify different isotopes in a sample.

2. How is calibrated an HPGe detector? The HPGe detector is calibrated through standars with a known activity. It is counted how many particles is the detector able to register effectively. The calibration is done with the Full Energy Peak Efficiency (FEPE).

$$ FEPE = \frac{AP}{E*P} $$

Where:

  • AP: is the area of a photopeak for a energy window
  • E: is the activity of the radioactive source
  • P: is the probability of the emission

How a HPGe detector looks like:

P-type-400

FlowChart of the Data Treatment


  graph TD
    A[Collect experimental data] --> B(Collect simulated data)
    B --> C{FEPE calibration for experimental data}
    C --> D[Is the calibration succesfull]
    D -->|Yes| E[FEPE calibration for simulated data]
    D -->|No| F[Try all again]
    E --> G[Scale simulated data]
    G --> H[Compare simulated and experimental results]

Contacts:


hpge_data_rp_publication's People

Contributors

sebassaras02 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.