Skip to content

Commit

Permalink
update loader.py
Browse files Browse the repository at this point in the history
2ms refractory doc string typo
  • Loading branch information
mzabolocki authored Nov 1, 2023
1 parent c5ede12 commit e1b832b
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 e1b832b

Please sign in to comment.