BlackrockNeurotech / NPMK

Neural Processing Matlab Kit is a set of functions for loading and manipulating data from Blackrock Microsystems' data files (.CCF, .NEV, .NSx).
45 stars 57 forks source link

Improved support for reading Gemini files with openNSx #53

Closed sskellis closed 9 months ago

sskellis commented 10 months ago

Supports segmentation of paused data in Gemini recordings. Also allows reading portions of Gemini files (i.e., start/end times). Integrates samplealign functionality into openNSx.

dkluger commented 9 months ago
  1. packets_per_block should be default 1000, then changeable with an openNSx argument 'block_size'
  2. Add a description to the openNSx description that explains what packets_per_block does.
  3. Add catches for out of bounds values for packets_per_block
  4. Follow up on the EndPacket "- 1" debate and confirm that the -1 should be deleted
  5. Add warnings to when samples are removed or added