var fDesc=new Array(); fDesc[0] = "OpenSorter is a stand-alone package for sorting neural spike data and is the latest addition to TDT’s OpenEx software suite. OpenSorter offers a number of powerful sorting methods including Bayesian expectation-maximization, k-means, and closest-centers algorithms in addition to manual cluster cutting and waveform selection.
Capabilities include manual, semi-automated, and fully automated processing. Spikes can be sorted as individual channels, batched for fast processing of groups of datasets, or combined across blocks or channels and sorted as a pooled superset."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }