Skip to content

Commit 20d1b24

Browse files
committed
viewspikes: add minimal README - fix imports as each package whithin iblapps considered standalone
1 parent e71c7a9 commit 20d1b24

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

viewspikes/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# View Spikes
2+
Electrophysiology display tools for IBL insertions.
3+
4+
## Run instructions
5+
Look at the examples file at the root of the package.
6+
7+
## Install Instructions
8+
9+
Pre-requisites:
10+
- IBL environment installed https://github.com/int-brain-lab/iblenv
11+
- ONE parameters setup to download data
12+
13+
```
14+
conda activate iblenv
15+
pip install easyqc
16+
```

viewspikes/examples.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
from ibllib.plots import color_cycle
1111
from brainbox.plot import driftmap
1212

13-
from iblapps.needles2 import run_needles2
14-
from iblapps.viewspikes.data import stream, get_ks2, get_spikes
15-
from iblapps.viewspikes.plots import plot_insertion, show_psd, overlay_spikes
13+
from needles2 import run_needles2
14+
from viewspikes.data import stream, get_ks2, get_spikes
15+
from viewspikes.plots import plot_insertion, show_psd, overlay_spikes
1616

1717
one = ONE()
1818

0 commit comments

Comments
 (0)