Skip to content

Commit cc5c65e

Browse files
committed
add crop instruction
1 parent 558e5e4 commit cc5c65e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ Crop the empty background:
115115
<div>
116116
<img src="resources/tutorial_images/fiji_scale2.png" width="30%">
117117
</div>
118-
2. Press `Edit › Selection › Select Bounding Box` to select the non-empty region
119-
3. Press `Image › Crop` to crop the region
118+
2. Press `Edit › Selection › Select Bounding Box` to select the non-empty region. If it did not work, try using `Select Bounding Box (guess background color)`
119+
3. Press `Image › Crop` to crop the region.
120120
4. You can scale the image to reduce its size for faster pipeline performance.
121121
Press `Image > Scale...` and enter the desired scale, like 0.5 or 0.25.
122122

@@ -162,7 +162,7 @@ To link cells between images we will be using a plugin designed for tracking - [
162162
3. Open up TrackMate `Plugins > Tracking > TrackMate`
163163
4. In the first window, it's possible select out the region you want to process and click `Refresh ROI `
164164
5. In the next step, select the `Cellpose Detector`
165-
6. Check if `Path to cellpose` is correct. It should be the same location that you installed your cellpose into. It should look like this: `/Users/emilianagiacomello/miniforge3/envs/cellpose/bin/python`
165+
6. Check if `Path to cellpose` is correct. It should be the same location that you installed your cellpose into. It should look like: `/Users/emilianagiacomello/miniforge3/envs/cellpose/bin/python`
166166
7. Select `Custom` model from `Pretrained model` and add a path to the downloaded model.
167167
8. Check if the approximate diameter of your objects in `Cell diameter` is correct. Here is an example of final settings:
168168
<div>

0 commit comments

Comments
 (0)