From cf0dd626e82b00b8a10a5333eb6cbf7691ef4f8b Mon Sep 17 00:00:00 2001 From: Kushal Kolar Date: Fri, 11 Oct 2024 19:21:02 -0400 Subject: [PATCH] Update estimates.py --- caiman/source_extraction/cnmf/estimates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caiman/source_extraction/cnmf/estimates.py b/caiman/source_extraction/cnmf/estimates.py index 79b79557a..d92945a21 100644 --- a/caiman/source_extraction/cnmf/estimates.py +++ b/caiman/source_extraction/cnmf/estimates.py @@ -37,7 +37,7 @@ def __init__(self, A=None, b=None, C=None, f=None, R=None, dims=None): Args: A: scipy.sparse.csc_matrix (dimensions: # of pixels x # components) set of spatial footprints. Each footprint is represented in a column of A, flattened with order = 'F'. - Must be a np.ndarray of type `bool` is used for manual seeded initialization. + Must be a np.ndarray of type `bool` if used for manual seeded initialization. C: np.ndarray (dimensions: # of components x # of timesteps) set of temporal traces (each row of C corresponds to a trace)