var fDesc=new Array(); fDesc[0] = "ImageSurfer is free 3D imaging software to visualize and analyze multi-channel volumes.
Main Features:
- Processing: 3D filters to improve signal-to-noise ratio.
- Restoration: deconvolution algorithms (Wiener filter, Constrained iterative, Maximum likelihood).
- Visualization: volume rendering, isosurface rendering, and a colored isosurface mode for qualitative display of the correspondence between two channels.
- Analysis and quantification: 2D slice extractor, height field display, signal intensity sampling along user defined curves."; 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 = ''; } }