diff --git a/caiman/motion_correction.py b/caiman/motion_correction.py index bf14ef5bc..a3c6af64e 100644 --- a/caiman/motion_correction.py +++ b/caiman/motion_correction.py @@ -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