Table of Contents

NeuropixelsV1DataFrame

Buffered data from a NeuropixelsV1 probe.

Properties

Property Type Description
FrameCount int[]

Gets the frame count value array.

A 20-bit counter on the probe that increments its value for every frame produced. The value ranges from 0 to 1048575 (2^20-1), and should always increment by 1 until it wraps around back to 0. This can be used to detect dropped frames.

LfpData Mat

Gets the LFP band data as a Mat object.

LFP data has 32 rows (channels) with columns representing the samples acquired at 2.5 kHz. Each sample is a 10-bit, offset binary value encoded as a ushort.

SpikeData Mat

Gets the spike-band data as a Mat object.

Spike-band data has 384 rows (channels) with columns representing the samples acquired at 30 kHz. Each sample is a 10-bit, offset binary value encoded as a ushort.

Clock ulong[]

Gets the buffered array of Clock values.

HubClock ulong[]

Gets the buffered array of HubClock values.