Skip to content

Commit 3d30979

Browse files
authored
Refine installation and usage instructions in cellpose-appose.md
Updated installation instructions and removed redundant lines for clarity.
1 parent 350ecde commit 3d30979

1 file changed

Lines changed: 9 additions & 14 deletions

File tree

_pages/plugins/cellpose-appose.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ This plugin is based on [Appose](https://github.com/apposed/appose), that automa
1717
## Installation
1818

1919
You can install the plugin for the unliste update site `Appose-Playground`:
20-
in Fiji, go to `Help>Update...` then to `Manage Update Sites` in the window that opens.
21-
Click `Add unliste update site`, name it `Appose-Playground` and write its address `https://sites.imagej.net/Appose-Playground`.
22-
23-
Select the Appose-Cellpose `.jar` file to install only this plugin, or keep all proposed plugins.
24-
Press `Apply changes` and restart Fiji when it's done.
20+
- In Fiji, go to `Help>Update...`
21+
- Select `Manage Update Sites` in the window that opens.
22+
- Click `Add unliste update site`, name it `Appose-Playground` and write its address `https://sites.imagej.net/Appose-Playground`.
23+
- Select the Appose-Cellpose `.jar` file to install only this plugin, or keep all proposed plugins.
24+
- Press `Apply changes` and restart Fiji when it's done.
2525

2626
{% include notice icon="warning" content=" You should have a recent version of Fiji, based on Java 21 or more. Download a new version if you're current installation is too old." %}
2727

@@ -32,19 +32,14 @@ The plugin handles images or movies that are 2D or 3D, that contains or not mult
3232
From Fiji:
3333

3434
- Open the image that you want to process.
35-
36-
- Launch one of the cellpose version available in the plugin:
37-
35+
- Launch one of the cellpose version available in the plugin:
3836
- `Plugins>Segmentation>Cellpose-Appose>Cellpose...`
3937
This option allows to run CellPose v3.
40-
The full official Cellpose 3 documentation is available [here](https://cellpose.readthedocs.io/en/v3.1.1.1/).
41-
38+
The full official Cellpose 3 documentation is available [here](https://cellpose.readthedocs.io/en/v3.1.1.1/).
4239
- `Plugins>Segmentation>Cellpose-Appose>Cellpose-SAM...`
4340
This option allows to run CellPose v4 with SAM.
44-
The full official Cellpose 4 documentation is available [here](https://cellpose.readthedocs.io/en/latest/).
45-
46-
- Configure your Cellpose run through the Graphic Interface. _see [here](#parameters) for documentation_
47-
41+
The full official Cellpose 4 documentation is available [here](https://cellpose.readthedocs.io/en/latest/).
42+
- Configure your Cellpose run through the Graphic Interface. _see [here](#parameters) for documentation_
4843
- Press "Ok" and Enjoy!
4944

5045
{% include notice icon="info"

0 commit comments

Comments
 (0)