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.

This guide was written for JIPipe version 1.74.0 or newer

Table Of Contents

Illustration of the tutorial step

Step 1

  1. If you downloaded a *.zip file, please extract it first
  2. Open JIPipe
  3. Navigate to Project > Open analysis output
Illustration of the tutorial step

Step 2

  1. Select the results directory
  2. Click Open

Result directories contain a file project.jip and a log file log.txt. In our examples, the are usually folders ProjectAndCache.

Illustration of the tutorial step

Step 3

You will have two options:

  1. This window will open the project in the current window
  2. New 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.

Illustration of the tutorial step

Step 4

You will have two options:

  1. Load in new tab will open the results in a memory-efficient result browser
  2. Load 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.

Illustration of the tutorial step

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.