var fDesc=new Array(); fDesc[0] = "Mini Analysis Program is an essential program for neuroscientists who are studying spontaneous activities. It detects peaks of any type, any shape, any direction, and any size. It's flexibility allows detection of virtually any kind of peaks you can imagine, such as, spontaneous miniature synaptic currents and potentials, action potential spikes, calcium imaging peaks, amperometric peaks, ECG peaks etc. It includes the complex and multiple peak detection algorithm.
The strength of the program does not end with the sensitive detection, but really shows off its capability with the powerful post-detection analyses. All of essential plots are just a mouse click away. You can get useful statistical parameters instantly, without any aid of expensive statistical programs. Group Analysis provides specialized and detailed analysis options for action potentials, decay fitting, fEPSP/population spikes, amperometry, etc."; 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 = ''; } }