Skip to content

Commit bd70c2d

Browse files
committed
Add figure showing loading of starting pipeline
1 parent be706b0 commit bd70c2d

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

internal_use/docs/source/BeginnerSegmentation/CPbeginner_Segmentation.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,23 @@ Read through the steps below and follow instructions where stated. Steps where y
5353
### **1. Load starting pipeline (2 min)**
5454

5555
- Start CellProfiler by double-clicking the desktop icon: <img src="./TutorialImages/CellProfilerLogo.png" width="40">
56+
57+
```{figure} ./TutorialImages/Fig2.png
58+
:width: 700
59+
:align: center
60+
61+
Figure 2: **Main CellProfiler window**. To load images, drag and drop images into the right area. To load a pipeline (.ccpipe or .ccproj files), drag and drop the pipeline file into the left area.
62+
```
63+
5664
- Drag and drop the `‘segmentation_start.cppipe’` file into the `‘Analysis modules’` pane on the left.
5765

5866
> Alternatively, you can also import a pipeline by going to `File` in the main menu (top), then `Import > Pipeline from file`
5967
60-
```{figure} ./TutorialImages/Fig2.png
68+
```{figure} ./TutorialImages/load_pipeline_start.png
6169
:width: 700
6270
:align: center
6371
64-
Figure 2: **Main CellProfiler window**. To load images, drag and drop images into the right area. To load a pipeline (.ccpipe or .ccproj files), drag and drop the pipeline file into the left area.
72+
Figure 2b: **Loading the starting pipeline**. When you succesfully load the `‘segmentation_start.cppipe’` file into CellProfiler, you will notice a welcome message in the Notes panel. This initial pipeline has no analysis modules (you will fix that soon!) but has all the Loading modules already configured for you (see **Step 3** for more details)
6573
```
6674

6775
### **2. Load images**
929 KB
Loading

0 commit comments

Comments
 (0)