var fDesc=new Array(); fDesc[0] = "GPRSoft is the affordable and user friendly solution for displaying, post-processing and interpretating ground penetrating radar data. The software has been divided into logical complexity levels to deliver the required processing functions depending on the demands of the applications. Independently of the kind of user, GPRSoft can deliver the needed tools with the shortest possible learning curve. The modern user interface and the 100% compliance with Windows® guidelines for human interfaces guarantees a safe and easy work that focus on the task and not on the used tools.

Main features:

- Fully resizable AB-Scan, B-Scan and Wiggle trace view.
- Zoom for the B-Scan plot.
- Fully synchronized playback forward and backward of the data with different speeds
- Direct import from all major GPR manufacturers file formats.
- Export into DZT or RD3 compatible files.
- Direct PDF printout with fully customizable layouts.
- Fast loading of files, there's no need to reload the file after each post processing step.
- Compression of files in vertical or horizontal directions.
- Fully customizable scales.
- Auto scale function for all DSP tools modifying the time depth of the data.
- Graphical and numerical filter selection based on file spectrogram.
- Three different gain function with preview
- Efficient and fast background removal.
- Palette creation and/or selection for each file independently.
- Joining, cutting and cropping of data files.
- Data reverse function.
- Stack, skip and normalize functions.
- Dewow function with automatic or manual window selection.
- Surface adjustment of B-Scans with automatic depth scale adjustment.
- Compression of files vertically or horizontally.
- X-Y Measurements in all data plots.
- Full or partial FFT on any loaded file."; 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 = ''; } }