Skip to content
Snippets Groups Projects
Commit 41531690 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

docs(distributors): document change in cell dim

parent a23f2e45
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ def trap_apply(cell_fun, cell_masks, *args, **kwargs): ...@@ -13,7 +13,7 @@ def trap_apply(cell_fun, cell_masks, *args, **kwargs):
cell_fun: function cell_fun: function
Function to apply to the cell (from extraction/cell.py) Function to apply to the cell (from extraction/cell.py)
cell_masks: 3d array cell_masks: 3d array
Segmentation masks for the cells. Note that cells are the last dimension N (Y,X,N) Segmentation masks for the cells. Note that cells are in the first dimension (N, Y,X)
*args: tuple *args: tuple
Trap_image and any other arguments to pass if needed to custom functions. Trap_image and any other arguments to pass if needed to custom functions.
**kwargs: dict **kwargs: dict
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment