项目作者: gnikit

项目描述 :
Tracks the trajectories of alpha and beta particles in a Cloud Chamber detector and exports the tracked trajectories along with the linear fit of the trajectories.
高级语言: C++
项目地址: git://github.com/gnikit/Cloud-Chamber-particle-tracking.git
创建时间: 2017-07-09T10:56:38Z
项目社区:https://github.com/gnikit/Cloud-Chamber-particle-tracking

开源协议:

下载


Cloud-Chamber-particle-tracking

Tracks the trajectories of Alpha and Beta particles in a Cloud Chamber detector and exports the tracked trajectories along with the linear fit of the trajectories. The program utilises the EasyBMP library to operate on a series of images that are snapshots of the Cloud Chamber detector at various time.

Example

Input image with alpha and beta particle trajectories

alt

alt

Setup, Compile & Run

Configure the project

  1. mkdir build
  2. cmake -DCMAKE_BUILD_TYPE=Release ..

Compile and install

  1. make -j
  2. make install

Run the analysis for the cloud chamber data

  1. ./bin/cloud-chamber