From 2477b95b0d1240e7b7dfcffaf317612f94f8ea6d Mon Sep 17 00:00:00 2001 From: Albert Mitjans I Coma <amitjans@ethz.ch> Date: Mon, 6 Sep 2021 13:11:52 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4362a93..411ddd8 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ 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. +- 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 of the new region of interest. -- GitLab