How to browse results
Explains how to browse results with JIPipe (if provided by the example).
This tutorial assumes that you have installed JIPipe. If you want information on how to setup our software, please visit the installation guide.
This tutorial only applies to examples that come with results. If the example only provides projects and data, please follow our other guide.
Table Of Contents

Step 1
- If you downloaded a
*.zip
file, please extract it first - Open JIPipe
- Navigate to
Project > Open analysis output

Step 2
- Select the results directory
- Click
Open
Result directories contain a file project.jip
and a log file log.txt
. In our examples, the are usually folders ProjectAndCache
.

Step 3
You will have two options:
This window
will open the project in the current windowNew window
will create a new JIPipe window for the project
Choose the option that is most convenient for you.
Afterwards, the project will be opened in the JIPipe editor.

Step 4
You will have two options:
Load in new tab
will open the results in a memory-efficient result browserLoad into cache
will load all results into the memory cache (Please be careful with this option if your data is very large)
Choose Load in new tab
.

Step 5
You now can browse through the results.
Double-click items to open them in JIPipe or ImageJ (depending on the data type).
If you want more information about the result browser, please visit the result browser documentation.