var fDesc=new Array(); fDesc[0] = "ION's MESA software is addressed to those who need both land and marine projects by optimizing survey design and planning to deliver the right information to help make those critical decisions.
MESA is the industry standard for designing seismic acquisition surveys. The development team works in partnership continuously with its customers to add functionality, improve performance, and enhance the user experience.
Among MESA's principal functionality Survey you can find the design and subsurface coverage analysis for 3D/3C and VSP surveys,Geologic modeling, ray tracing, and illumination analysis and chronological project tracking and crew production statistics."; 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 = ''; } }