Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bioformats/formatwriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ def write_image(pathname, pixels, pixel_type,

:param t: the image's `t` index

:param sizeC: # of channels in the stack
:param size_c: # of channels in the stack

:param sizeZ: # of z stacks
:param size_z: # of z stacks

:param sizeT: # of timepoints in the stack
:param size_t: # of timepoints in the stack

:param channel_names: names of the channels (make up names if not present).

Expand Down