var fDesc=new Array(); fDesc[0] = "FastRBF smoothly interpolates scattered 2D and 3D data with Radial Basis Functions (RBFs). No other technique can model irregular, non-uniformly sampled data as effectively as RBF interpolation. With FarField Technology's FastRBF™ software, millions of data measurements can now be interpolated by a single function - a task previously thought impossible on a desktop PC. The fitted function and its gradient can be evaluated anywhere, such as on a grid, a plane or an arbitrary surface. These capabilities make FastRBF ideal for visualizing scattered data, particularly irregular, non-uniformly sampled data and reconstructing surfaces from range data."; 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 = ''; } }