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

docs(extraction): Include dimension information

parent 4a84f874
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):
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
......
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