From 82c5480680eda87c9f83ab9154672e7eea190cc4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Al=C3=A1n=20Mu=C3=B1oz?= <amuoz@ed.ac.uk>
Date: Thu, 14 Oct 2021 21:39:28 +0100
Subject: [PATCH] update docs

---
 pcore/segment.py | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/pcore/segment.py b/pcore/segment.py
index ee362c4e..2ca9f2ea 100644
--- a/pcore/segment.py
+++ b/pcore/segment.py
@@ -250,8 +250,11 @@ class Tiler:
 
         Parameters:
         ----------
-        full: Numpy array image
-        slices: tuple of slices indicating the range
+        full: (zstacks, max_size, max_size) ndarray
+        Entire position with zstacks as first axis
+        slices: tuple of two slices
+        Each slice indicates an axis to index
+
 
         Returns
         Trap for given slices, padded with median if needed
-- 
GitLab