Skip to content

Commit 6fbcf10

Browse files
author
LeeKamentsky
committed
Merge pull request #33 from jakirkham/fix_issue_30
Updates docstring for `write_image`
2 parents 41ba691 + 8344aad commit 6fbcf10

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bioformats/formatwriter.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ def write_image(pathname, pixels, pixel_type,
5959
6060
:param t: the image's `t` index
6161
62-
:param sizeC: # of channels in the stack
62+
:param size_c: # of channels in the stack
6363
64-
:param sizeZ: # of z stacks
64+
:param size_z: # of z stacks
6565
66-
:param sizeT: # of timepoints in the stack
66+
:param size_t: # of timepoints in the stack
6767
6868
:param channel_names: names of the channels (make up names if not present).
6969

0 commit comments

Comments
 (0)