Skip to content

Commit ef35a6c

Browse files
committed
Add VBN changelog
1 parent dd4275e commit ef35a6c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

allensdk/brain_observatory/ecephys/_units.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,9 @@ def _read_spike_amplitudes_to_dictionary(
129129

130130

131131
def _read_waveforms_to_dictionary(
132-
waveforms_path, local_to_global_unit_map=None, peak_channel_map=None
132+
waveforms_path,
133+
local_to_global_unit_map=None,
134+
peak_channel_map=None,
133135
):
134136
""" Builds a lookup table for unitwise waveform data
135137

doc_template/visual_behavior_neuropixels.rst

+12
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,18 @@ Visual Behavior - Neuropixels
3636
DATA FILE CHANGELOG
3737
-------------------
3838

39+
**v0.5.0**
40+
41+
- Updated stimulus presentations tables.
42+
- Add LFP sample rate when loading from cache.
43+
- Fixed scaling of LFP data in multiple sessions. Amplitudes were off by a
44+
factor of 2 for most ecephys sessions. The scaling is also
45+
corrected in released metadata tables.
46+
- All ecephys sessions except those listed here had the issue with the
47+
LFP amplitude scaling: 1059678195, 1108334384, 1108531612, 1109680280,
48+
1109889304, 1111013640, 1111216934, 1112302803, 1112515874, 1113751921,
49+
1113957627, 1115077618, 1115356973, 1118324999, 1118512505
50+
3951
**v0.4.0-fix**
4052

4153
- Added stimulus presentations columns that are computed on load:

0 commit comments

Comments
 (0)