https://github.com/friebetill/cloud-chamber
Automatic detection of fog stripes (alpha and beta radiation) in a cloud chamber
https://github.com/friebetill/cloud-chamber
automation cloud-chamber-detector physics
Last synced: over 1 year ago
JSON representation
Automatic detection of fog stripes (alpha and beta radiation) in a cloud chamber
- Host: GitHub
- URL: https://github.com/friebetill/cloud-chamber
- Owner: friebetill
- License: mit
- Created: 2018-03-18T20:52:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T15:07:30.000Z (about 7 years ago)
- Last Synced: 2025-01-22T18:35:43.550Z (over 1 year ago)
- Topics: automation, cloud-chamber-detector, physics
- Language: Python
- Homepage:
- Size: 2.47 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloud chamber
Cloud chamber is a program for the automatic evaluation of a cloud chamber experiment.
## How does it work?
The program only accepts images and processes them in the following steps.
1. Align images to the background image
2. Remove the backgrounds in the images
3. Detect lines in the images
4. Filter duplicate lines
5. Plot the results

## How do I use it?
Install Python (a programming language) to run the program. How to install Python can be found here: [WikiHow](https://de.wikihow.com/Python-installieren)
Install required libraries
```
pip install numpy matplotlib opencv-python imreg_dft imageio pandas argparse
```
To execute the complete program:
```bash
python cloudchamber example_data/*
```
Since aligning the images takes a very long time, you can also execute the individual parts of the program individually.
Check the help for more information.
```bash
python cloudchamber -h
```
Since the program removes the background, an image without fog strips must be packed into the background folder.
To better remove background artifacts, the artifacts in the background image should be made white.
As in the example background_with_stripes.jpg