Skip to content

Commit

Permalink
Decoding pipeline (#731)
Browse files Browse the repository at this point in the history
+ update the existing pipeline to use merge tables
+ have a table to store the decoding results
+ use the new `non_local_detector` package for decoding

- Fixes #14
  • Loading branch information
edeno authored Jan 10, 2024
1 parent 420ce64 commit 582e993
Show file tree
Hide file tree
Showing 58 changed files with 9,047 additions and 5,415 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@ temp_nwb/*s
*.json
*.gz
*.pdf
*.lock
*.npz
*.xz
*.zip
*.pb
*.pem
dj_local_conf*
!dj_local_conf_example.json

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
- Position:
- Refactor input validation in DLC pipeline. #688
- DLC path handling from config, and normalize naming convention. #722
- Decoding:
- Add `decoding` pipeline V1. #731
- Add a table to store the decoding results #731
- Use the new `non_local_detector` package for decoding #731
- Allow multiple spike waveform features for clusterelss decoding #731
- Reorder notebooks #731

## [0.4.3] (November 7, 2023)

Expand Down
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ dependencies:
- position_tools
- numpy<1.24
- track_linearization>=2.3
- replay_trajectory_classification
- ripple_detection
- trajectory_analysis_tools
- non_local_detector
- matplotlib
- seaborn
- bottleneck
Expand Down
File renamed without changes.
1,299 changes: 0 additions & 1,299 deletions notebooks/31_Extract_Mark_Indicators.ipynb

This file was deleted.

File renamed without changes.
Loading

0 comments on commit 582e993

Please sign in to comment.