Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
salehtahini committed Jun 18, 2024
1 parent 860e8d8 commit 827c541
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion caiman/utils/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,6 @@ def view_quilt(template_image: np.ndarray,
Note:
Currently assumes square patches so takes in a single number for stride/overlap.
TODO: implement bokeh version of this function
"""
im_dims = template_image.shape
patch_rows, patch_cols = get_rectangle_coords(im_dims, stride, overlap)
Expand Down

0 comments on commit 827c541

Please sign in to comment.