Skip to content

Commit

Permalink
Update caiman/motion_correction.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kushal Kolar <[email protected]>
  • Loading branch information
pgunn and kushalkolar authored Dec 10, 2024
1 parent 54e1952 commit dbb0018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions caiman/motion_correction.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ def __init__(self, fname, min_mov=None, dview=None, max_shifts=(6, 6), niter_rig
nonneg_movie: bool
make the SAVED movie and template mostly nonnegative by removing min_mov from movie
gSig_filt: list
(UNDOCUMENTED)
gSig_filt: list[int], default None
if specified, indicates the shape of a Gaussian kernel used to perform high-pass spatial filtering of the video frames before performing motion correction. Useful for data with high background to emphasize landmarks.
use_cuda : bool (DEPRECATED)
cuda is no longer supported for motion correction; this kwarg will be removed in a future version of Caiman
Expand Down

0 comments on commit dbb0018

Please sign in to comment.