var fDesc=new Array(); fDesc[0] = "SPSCheck allows the user to check the SPS data file
for format compliance and to view the data in a number of ways which will allow evaluation of the data.
Features:
Easily check SPS files as both raw data and graphically
Manage and interact with files from a whole project.
Check files for format compliance
View header attributes
Map individual file points, swaths or the entire survey
Check individual file headers against a master template
Check multiple component acquisition
Check point numbering and geometry
Check source firing (OBC Flip-Flop Shooting)
Check the bounds of all recorded attributes.
Check relations
Plot and spatially display attributes
Investigate source/receiver intersection attributes
Check actual acquisition against pre-plot."; 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 = ''; } }