var fDesc=new Array(); fDesc[0] = "SensInv1D enables the processing of vertical electrical resistivity and IP soundings. It is a tool to derive the best fitting layered models from soundings performed in different geometries.

The program is based on a mathematical optimization procedure which uses a regularization technique to change a given layered model in such a way that the best fitting between the measured and calculated sounding curves is achieved. During the iteration procedure the root mean square (RMS) error between measured and modeled curve is minimized.

The forward problem is solved by a filter technique. This version is designed to process curves measured in Schlumberger, Wenner, Dipole-Dipole or Pole-Pole geometries."; 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 = ''; } }