Skip to content
Snippets Groups Projects
Commit 4d87493e authored by Albert Mitjans I Coma's avatar Albert Mitjans I Coma
Browse files

Update README.md

parent 4a25c38c
No related branches found
No related tags found
No related merge requests found
# Ion trap image analysis # Ion trap image analysis
This project is focused on extracting information from images of an ion trap. This project is focused on extracting information from images of an ion trap.
- app.py: Starts image analysis in a background thread and creates a web app at port 5000.
- calibrate.py: Run this script to calibrate the distance factor used for dark ions detection. Run preferably when there are no dark ions present.
To change the region of interest where the image analysis takes place, either:
- Edit the top-left and bottom-right coordinates of the region of interest manually under settings.py --> REGION
- Run: python -c "from tools import new_region; new_region()". This will open a matplotlib figure with an image of the trapped-ions. The user should click on the top-left and bottom-right coordinates.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment