var fDesc=new Array(); fDesc[0] = "The software is not restricted to a particular meter however and can be used for any set of resistivity or magnetometry data in electronic or paper format, and most importantly it is FREE.

Main features:

- Enter data from keyboard or text files
- Import from RM15 & TR Systems resistivity meters, FM18/36 magnetometers, Arc-Geo logger, Bartington GRAD601 and EPE Resistivity Meter
- Export of data to text files
- Previews of data sets
- Image view in Grey Scale, Dot Density and Relief
- Display range clipping
- Data and selection statistics
- Printing of images with image info
- Export of images to PNG (Portable Network Graphic) image files and VRML
- Metadata Storage
- Continuously sampled data processing
- Filters, including :
- Despike
- Direct modification of data in a selection
- Interpolation
- Geological Flattening
- Sharpen
- Edge correction
- Destripe
- Clip Data
- Destagger"; 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 = ''; } }