Skip to content

Commit 1a9a23d

Browse files
committed
implemented electrode extraction from metadata and added kCSD plot
1 parent 3819d72 commit 1a9a23d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

figures/npx/DemoReadSGLXData/readSGLX.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def SampRate(meta):
6464

6565

6666
# Return a multiplicative factor for converting 16-bit file data
67-
# to volatge. This does not take gain into account. The full
67+
# to voltage. This does not take gain into account. The full
6868
# conversion with gain is:
6969
# dataVolts = dataInt * fI2V / gain
7070
# Note that each channel may have its own gain.

figures/npx/map_npx_ele.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,11 @@ def fetch_channels(eles):
7171

7272

7373
# File with the data
74+
# old
7475
# binFullPath = Path('./data/08_refGND_APx500_LFPx125_ApfiltON_corr_banks_stim50V_g0_t0.imec0.lf.bin')
76+
# Daniel
7577
binFullPath = Path('/mnt/zasoby/data/neuropixel/Neuropixel data from Ewa Kublik/SOV_12/data/08_refGND_APx500_LFPx125_ApfiltON_corr_banks_stim50V_g0_t0.imec0.lf.bin')
78+
# Chaitanya
7679
# binFullPath = Path('/home/chaitanya/LFP/SOV_12/data/08_refGND_APx500_LFPx125_ApfiltON_corr_banks_stim50V_g0_t0.imec0.lf.bin')
7780

7881
tStart = 0 # in seconds

0 commit comments

Comments
 (0)