LongLabGit / Clustering

This will house all higher order code for clustering. The actual clustering algorithms are written by other labs
0 stars 1 forks source link

Phy Plugins Amplitude #1

Open kkatlowitz opened 7 years ago

kkatlowitz commented 7 years ago

Write NPY file current amplitudes = rez.st3(:,3); writeNPY(amplitudes, fullfile(savePath, 'amplitudes.npy')); additional amplitudes = getMaxChannelAmp; writeNPY(amplitudes, fullfile(savePath, 'amplitudesV.npy'));

put in new plot as amplitude view

LongLabGit commented 7 years ago

wrong repo - moved to phy-contrib

edit: moved back here.