LorenFrankLab / trodes_to_nwb

Converts data from SpikeGadgets to the NWB Data Format
MIT License
2 stars 2 forks source link

Avoid loading all timestamps into memory #47

Open rly opened 8 months ago

rly commented 8 months ago

Becomes a problem when the recording is 17 hours long. Explore whether using a DataChunkIterator is possible.