Skip to content

Commit

Permalink
Update estimates.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalkolar authored Oct 11, 2024
1 parent 7d74927 commit cf0dd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caiman/source_extraction/cnmf/estimates.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cf0dd62

Please sign in to comment.