Skip to content

Commit

Permalink
__doc__ update loader.py
Browse files Browse the repository at this point in the history
2 millisecond refractory, not 1
  • Loading branch information
mzabolocki authored Nov 3, 2023
1 parent 176f747 commit 2e99b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fused_org_ephys/core/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def get_mua_spikearr(self, isolated_metadata=None, expID=None, file_path=None, n
the std, calculated using the donoho method.
The median method is used to calculate the threshold.
Spikes at detected > refractory periods, set at 1 millisecond.
Spikes at detected > refractory periods, set at 2 millisecond.
"""

# ---------- metadata
Expand Down

0 comments on commit 2e99b90

Please sign in to comment.