var fDesc=new Array(); fDesc[0] = "MATCH-AT provides highly precise automatic digital aerial triangulation based on the advanced and unique image processing algorithms by inpho. MATCH-AT is part of inpho's digital photogrammetric system which comes now with its new core ApplicationsMaster.

All the processing steps of MATCH-AT are fully automated for achieving highest productivity. The workflow is logical and easy from the project setup, the precise multi-ray tie point matching and integrated bundle adjustment, up to the block analyzing with excellent graphical support."; 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 = ''; } }