jcbyts / ephys-matlab

Matlab tools for electrophysiology experiments
6 stars 2 forks source link

Lazy Access: Best practice for storing analyzed units? #7

Open jcbyts opened 6 years ago

jcbyts commented 6 years ago

We have many mapping protocols. Each unit has some info about it: waveform, ISI, spatial RF, hartley RF, CSD depth... we need to have access to all of these.

In the past, I've stored each unit as an individual file and then loaded those with a lazy access wrapper so I didn't have to have all of them in memory at any given time. I think