Skip to content

gnikit/Cloud-Chamber-particle-tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

mkdir build
cmake -DCMAKE_BUILD_TYPE=Release ..

Compile and install

make -j
make install

Run the analysis for the cloud chamber data

./bin/cloud-chamber

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published