NeuralEnsemble / python-neo

Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats
http://neo.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
307 stars 240 forks source link

Read gain scaling from .rec header. #1448

Closed gkBCCN closed 1 month ago

gkBCCN commented 2 months ago

Updates spikegadgetsrawio.py:_parse_header() to read the channel (ntrode) gain scaling from the header file elements.

alejoe91 commented 2 months ago

Fixes #1441

@gkBCCN if you write "fixes" + issue number it will close it automatically as the PR is merged ;) Better this way than in the PR title

alejoe91 commented 1 month ago

@zm711 @gkBCCN looks good to me!

gkBCCN commented 1 month ago

@zm711 @alejoe91 Thank you!