VH-Lab / NDR-matlab

Neuroscience Data Readers - A Matlab conglomerative library for reading neuroscience data files
1 stars 1 forks source link

discussion: should we allow common channel names and the vendor's names? #26

Closed stevevanhooser closed 3 years ago

stevevanhooser commented 3 years ago

For example, should we allow aiNNN and A-NNN for Intan?

Should we allow both absolute and relative referencing of channel numbers? (THat is, 1 in relative terms can mean the first channel recorded, and absolute has to match the vendor's channel number?)

stevevanhooser commented 3 years ago

We need to build towards an absolute channel reference for Intan

Need a function for ndr.reader.intan_rhd

called

function [channels_relative] = absolute2relative(channel_bank, channel_number)

In a second step, intan's read samples function should call it