var fDesc=new Array(); fDesc[0] = "Leica SpiderQC is a multi-purpose GNSS data analysis tool that can be used for:
- Site Assessment and Quality Control
- Network RTK Performance Monitoring
- Reference Station Integrity Monitoring
- Deformation Monitoring
- RINEX data management (concatenation, decimation)
Suitable For All GNSS Reference Networks
Leica SpiderQC processes GPS (including L2C and l5), GLONASS and Galileo (including AltBOC) data in the standard RINEX format that is supported by all leading reference station software. Leica SpiderQC is the perfect companion for all reference station networks. It allows the network operator to monitor the quality of the network in an efficient manner. Paired with the superior performance and flexibility of GNSS Spider reference station software and the GR10, GRX1200 and GMX902 receivers, Leica Geosystems is setting new standards for GNSS Reference Stations."; 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 = ''; } }