Skip to content

Commit 2140854

Browse files
committed
Docs
1 parent 95120e1 commit 2140854

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/spikeinterface/curation/auto_merge.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ def compute_merge_unit_groups(
121121
122122
Q = f(1 - (k + 1)C)
123123
124+
IMPORTANT: internally, all computations are relying on extensions of the analyzer, that are computed
125+
with default parameters if not present (i.e. correlograms, template_similarity, ...) If you want to
126+
have a finer control on these values, please precompute the extensions before applying the auto_merge
124127
125128
Parameters
126129
----------
@@ -424,6 +427,9 @@ def get_potential_auto_merge(
424427
425428
Q = f(1 - (k + 1)C)
426429
430+
IMPORTANT: internally, all computations are relying on extensions of the analyzer, that are computed
431+
with default parameters if not present (i.e. correlograms, template_similarity, ...) If you want to
432+
have a finer control on these values, please precompute the extensions before applying the auto_merge
427433
428434
Parameters
429435
----------

0 commit comments

Comments
 (0)