From 6ea3812389d6ca1d6d4822f8d531bf084b145a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=C3=A1n=20Mu=C3=B1oz?= <alan.munoz@ed.ac.uk> Date: Tue, 21 Feb 2023 17:03:44 +0000 Subject: [PATCH] docs(extraction): Include dimension information --- src/extraction/core/functions/distributors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extraction/core/functions/distributors.py b/src/extraction/core/functions/distributors.py index 40e8fff9..786429c1 100644 --- a/src/extraction/core/functions/distributors.py +++ b/src/extraction/core/functions/distributors.py @@ -13,7 +13,7 @@ def trap_apply(cell_fun, cell_masks, *args, **kwargs): cell_fun: function Function to apply to the cell (from extraction/cell.py) cell_masks: 3d array - Segmentation masks for the cells + Segmentation masks for the cells. Note that cells are the last dimension N (Y,X,N) *args: tuple Trap_image and any other arguments to pass if needed to custom functions. **kwargs: dict -- GitLab