Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.32 KB

File metadata and controls

31 lines (16 loc) · 1.32 KB

4x16 probe configuration with Intan 64 amplifier

To be able to make sense of the data from the probe, we need to reordered the channels so that the channels from a shanks are grouped together from the highest to the lowest recording site on the shank. This is needed for visualisation (when looking at the oscilloscope) and for spike extraction.

The ordering of the channels is a 2 step process.

  1. Determine the "Neuronexus" channel order that you would like to have. You should order them by shank number, from the top to the bottom.
  2. Create a dictionary to match Neuronexus probe channels to the Intan Amplifier channels.

Order of the channels on the Omnetic connector of the probe

https://www.neuronexus.com/files/probemapping/64-channel/H64LP-Maps.pdf

The website does not have the order of channels for the 4x16 probes.

Neuronexus catalog

Channel index starts at 1.

Order of the channels in the Intan amplifier

https://intantech.com/files/Intan_Recording_Controller_user_guide.pdf

Channel index starts at 0.

ktan

The channel number in ktan are the same as the Intan amplifier. There are 16 digital inputs added to the analog input of the amplifier.

There is a python script for channel mapping for the H64LP probe.