Skip to content

Commit 5282288

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : 55d9ef0 Branch : main Author : Laura Murphy <Laura.murphy@igmm.ed.ac.uk> Time : 2026-04-30 12:54:08 +0000 Message : Merge pull request #10 from lauracmurphy/bioio-integration
1 parent 01474e5 commit 5282288

6 files changed

Lines changed: 10 additions & 5 deletions

01-opening-and-checking-an-image.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,3 +469,4 @@ out the pixel size.
469469
- Lookup tables can change how a single-channel image is rendered
470470
- An RGB image contains 3 channels for red, green and blue
471471
::::::::::::::::::::::::::::::::::::::::::::::::
472+

02-applying-filters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,3 +242,4 @@ subsequent chapters for thresholding and segmentation!
242242
- There are many ways of smoothing an image
243243
- Different methods will perform better in different situations
244244
::::::::::::::::::::::::::::::::::::::::::::::::
245+

03-thresholding-and-segmentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,3 +418,4 @@ harder to segment than even, solid, rounded shapes.
418418
- Processing such as watershed transforms can solve cases where features of interest
419419
are very close or stuck together
420420
::::::::::::::::::::::::::::::::::::::::::::::::
421+

04-measurements.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,4 @@ A few notes:
8787
- Binary multiplication and `numpy.where` are powerful ways of combining images and masks
8888
- The numbers assigned during labelling can be used to select and process one feature at a time
8989
::::::::::::::::::::::::::::::::::::::::::::::::
90+

05-napari.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,3 +272,4 @@ you would need to add to get it to produce tangible output.
272272
- Most operations we performed earlier in Python can also be done in Napari,
273273
either graphically or in the terminal
274274
::::::::::::::::::::::::::::::::::::::::::::::::
275+

md5sum.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"config.yaml" "2e9c55152f71cd8e9346405826f7d08c" "site/built/config.yaml" "2025-01-29"
55
"index.md" "6a20729f7057258a9801afd2233695b9" "site/built/index.md" "2025-03-06"
66
"links.md" "8184cf4149eafbf03ce8da8ff0778c14" "site/built/links.md" "2024-01-16"
7-
"episodes/01-opening-and-checking-an-image.md" "2b34c67cb7e97b0ff78bb88583a71322" "site/built/01-opening-and-checking-an-image.md" "2025-03-21"
8-
"episodes/02-applying-filters.md" "fef7b62a9be6493b577541097edf3f42" "site/built/02-applying-filters.md" "2025-03-21"
9-
"episodes/03-thresholding-and-segmentation.md" "9bbd14dc123f48a73405070a4560e9ab" "site/built/03-thresholding-and-segmentation.md" "2025-03-24"
10-
"episodes/04-measurements.md" "da31dd44836a214786ae241a941cafc9" "site/built/04-measurements.md" "2025-03-21"
11-
"episodes/05-napari.md" "f0b27f44d99c0326756711db808510f9" "site/built/05-napari.md" "2025-03-18"
7+
"episodes/01-opening-and-checking-an-image.md" "7f1315c09bd1a8e9f0eb2ae551c3d85d" "site/built/01-opening-and-checking-an-image.md" "2026-04-30"
8+
"episodes/02-applying-filters.md" "9b5398944480ffa52452661d8dcbaf7b" "site/built/02-applying-filters.md" "2026-04-30"
9+
"episodes/03-thresholding-and-segmentation.md" "b1d9615594f164d410315b31b199599e" "site/built/03-thresholding-and-segmentation.md" "2026-04-30"
10+
"episodes/04-measurements.md" "8c498a2ff3d66f3663450f56b97b1a86" "site/built/04-measurements.md" "2026-04-30"
11+
"episodes/05-napari.md" "772d594f20ca7c441bdac6da3896d5d6" "site/built/05-napari.md" "2026-04-30"
1212
"instructors/instructor-notes.md" "f1f51b19cbaaed88f1223cd2aae3db2c" "site/built/instructor-notes.md" "2025-03-21"
1313
"learners/reference.md" "979a3d97a675ed80f39ce7746061e07e" "site/built/reference.md" "2025-03-21"
1414
"learners/setup.md" "bdab8bc59716d00899d58d78e7ed66c5" "site/built/setup.md" "2025-03-06"

0 commit comments

Comments
 (0)