Skip to content

Commit 91915e5

Browse files
committed
Fix headers in adv1.
1 parent 1cecafb commit 91915e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/adv1_lesion-quantification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ from skimage import io
3333
image = io.imread('../images/zebrafish-spinal-cord.png')
3434
```
3535

36-
# SciPy to estimate coordinates
36+
## SciPy to estimate coordinates
3737

3838
First, we get just the top and bottom rows of pixels, and use a 1D gaussian filter to smooth the signal.
3939

@@ -70,7 +70,7 @@ width = max(bottom_width, top_width)
7070
print(top_mode, top_width, bottom_mode, bottom_width)
7171
```
7272

73-
# scikit-image to trace the profile
73+
## scikit-image to trace the profile
7474

7575
Now, use `measure.profile_line` to trace from (0, `top_mode`) to (-1, `bottom_mode`).
7676

0 commit comments

Comments
 (0)