From 8344aad3097aab3fc0b1063e6f234caadd736b93 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Mon, 28 Sep 2015 14:53:27 -0400 Subject: [PATCH] bioformats/formatwriter.py: Fixes parameter names in docstring to match the current API. --- bioformats/formatwriter.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bioformats/formatwriter.py b/bioformats/formatwriter.py index 857d0a4..5c42b39 100644 --- a/bioformats/formatwriter.py +++ b/bioformats/formatwriter.py @@ -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).