var fDesc=new Array(); fDesc[0] = "ERIGRAPH is a versatile WINDOWS program for presentation of sections measured with the LUND Imaging System.
Erigraph is primarily designed to facilitate graphical presentation of 2D resistivity imaging (CVES) data and associated inverted model sections. It also supports time domain IP data. Measured apparent resistivities and chargeabilities can be plotted as pseudosections in colour or grey scale. Inverted sections can be plotted as continuous (smooth) plots or as rectangular blocks. 2D inversion must be carried out using a separate inversion program"; 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 = ''; } }