Skip to content

Commit

Permalink
Merge pull request #318 from dstansby/doc-pre-comput
Browse files Browse the repository at this point in the history
Clarify that write_multiscale takes pre-computed arrays
  • Loading branch information
joshmoore committed Feb 6, 2024
2 parents 2dad835 + 4ceb256 commit a0ca222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ By default, a pyramid of resolution levels will be created by down-sampling the
of 2 in the X and Y dimensions.

Alternatively, the :py:func:`ome_zarr.writer.write_multiscale` can be used, which takes a
"pyramid" `numpy` arrays.
"pyramid" of pre-computed `numpy` arrays.

The following code creates a 3D Image in OME-Zarr::

Expand Down

0 comments on commit a0ca222

Please sign in to comment.