Skip to content

Commit 55ee3a6

Browse files
committed
DOC: Quick start formatting
1 parent 17f088c commit 55ee3a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/quick_start.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ ngff-zarr -i ./cthead1.png -o ./cthead1.ome.zarr
1818
import ngff_zarr as nz
1919
import numpy as np
2020

21+
# Generate pixel data (e.g. from a microscope, simulation, etc.)
2122
data = np.random.randint(0, 256, int(1e6)).reshape((1000, 1000))
23+
2224
multiscales = nz.to_multiscales(data)
2325

2426
nz.to_ngff_zarr('example.ome.zarr', multiscales)

0 commit comments

Comments
 (0)