barbaLab / nigeLab

Neurophysiological data analyses by engineers, for physiologists.
GNU General Public License v3.0
14 stars 2 forks source link

doAutoCluster method for Animal and Block #48

Closed Nabarb closed 4 years ago

Nabarb commented 4 years ago

doAutoClusters is a doMethod to perform automatic spike clustering in different units. It can be called at the block level or at the animal level: when performed on an animal it stacks together all the spikes belonging to the same channel and the performs clustering. If channels are different between blocks, the clustering is done on the most restrictive set. The user is notified of the event.

The method can be called with channels as inputs or units as input. If channels are provided the clustering is done on the specified subset of channels, If units are provided the clustering is performed on all the specified units on the specified channels.