var fDesc=new Array(); fDesc[0] = "NeuraLog’s simple interface, driven by workflow wizards and automation, makes is easy to get your work done quickly. Automated depth gridding and curve tracing expedite this once tedious task of capturing log data. However, this is only part of the power of NeuraLog. Image warp/stretch are corrected by internal algorithms calculated from the log’s grid model.

Real-time visual verification is achieved, as the curve trace directly overlays the image original. Once curves are traced, a log quality index value is computed, giving you an indication of the quality of each curve as well as total log quality. Curve calculations are available for basic log petrophysics, and curve mathematics allow you to depth shift or perform inverse operations.

Finally, LAS data accuracy can be confirmed with our Virtual Light Table. Without these critical steps the quality of your data, and subsequently your analysis, is unknown. In short, NeuraLog allows you to verify and edit your log data on the fly to produce the best possible results."; 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 = ''; } }