forked from LorenFrankLab/spyglass
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor decoding fixes (LorenFrankLab#819)
* Fix name and filtering * Fix linting * New methods for mua * Fix name of part table * Add detection interval and update notebooks * Add figurl for ripple for debugging * Update CHANGELOG.md * Add a way to filter the channels * Add z-score threshold and raster * Add demo and paper code references * Fix ripple trace * Fix ripple and mua z-score * Remove raster from mua figurl, update notebooks * Go back to red color * Remove because doesn't belong here * Apply suggestions from code review Co-authored-by: Chris Brozdowski <[email protected]> * Handle no zscore case * Move ripple times inside function * Simplify getting the time and speed * Update notebooks --------- Co-authored-by: Chris Brozdowski <[email protected]>
- Loading branch information
Showing
11 changed files
with
781 additions
and
2,538 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from spyglass.mua.v1.mua import MuaEventsParameters, MuaEventsV1 # noqa: F401 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from spyglass.mua.v1.mua import MuaEventsParameters, MuaEventsV1 # noqa: F401 |
Oops, something went wrong.