Skip to content

Commit 8344aad

Browse files
committed
bioformats/formatwriter.py: Fixes parameter names in docstring to match the current API.
1 parent 41ba691 commit 8344aad

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)