Skip to content

Commit 5bcbf99

Browse files
committed
Update reference.md
1 parent 4b8e524 commit 5bcbf99

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

learners/reference.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ Brightness and contrast settings determine how intensity values are mapped to yo
2626
Microscopy images come in a range of formats:
2727
- **Open formats** such as `.tif` (TIFF) are commonly used and broadly supported by analysis tools.
2828
- **Proprietary formats** such as `.nd2`, `.czi`, and `.lif` are produced by specific microscope systems and often contain embedded metadata.
29-
3029
When exporting images for analysis, use formats that preserve full bit depth and metadata.
3130

3231
### Metadata
33-
Metadata is "data about data": it describes how to interpret the intensity grid. This includes pixel size (e.g. microns per pixel), z-step size, channel names, and microscope settings such as exposure time or objective lens. Metadata is essential for accurate measurements and reproducibility, especially in 3D or time-lapse datasets.
32+
Metadata is "data about data": it describes how to interpret the intensity grid. This includes pixel size (e.g. microns per pixel), z-step size, channel names, and microscope settings such as exposure time or objective lens. Metadata is essential for accurate measurements and reproducibility.
3433

3534
### Noise and Convolution
3635
All microscopy images contain **noise**: random fluctuations in pixel values that do not reflect the actual structure of the sample. Common sources include:
@@ -269,12 +268,4 @@ for val in values:
269268

270269
else:
271270
print(str(val) + ' is less than 0')
272-
```
273-
274-
## Glossary
275-
276-
binary image
277-
: an image of pixels with only two possible values, 0 and 1. Typically, the two colours used for a binary image are black and white.
278-
279-
bit
280-
: in computing a unit with a state of either 0 or 1.
271+
```

0 commit comments

Comments
 (0)