SpikeGLXRawIO
event extraction from XD
channels is memory inefficient
#1610
Milestone
SpikeGLXRawIO
event extraction from XD
channels is memory inefficient
#1610
I am reading a nidq file of about 3 hours with reported size of 2.8 GiB. Reading with the following:
Leads to an RSS allocation of 3.8 GiB.
The problem could be solved by delaying this parsing to
_get_event_timestamps
python-neo/neo/rawio/spikeglxrawio.py
Lines 207 to 225 in 0ae6e76
The text was updated successfully, but these errors were encountered: