INM-6 / 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://packages.python.org/neo/
BSD 3-Clause "New" or "Revised" License
3 stars 10 forks source link

Check start time of neo segments read by BlackRockIO #40

Open JuliaSprenger opened 6 years ago

JuliaSprenger commented 6 years ago

Time stamp of the first sample of an nsX file segment is not the offset provided by in the file header, but the offset + 1/sampling_frequency (ie. the id of the first sample is 1 and not 0)