var fDesc=new Array(); fDesc[0] = "The Terrenus HRPT (High Resolution Picture Transmission) ingestor software is used for processing level 0 HRPT/CHRPT captured at a receiving station. The software extracts the AVHRR (Advanced Very High Resolution Radiometer) or MVISR (Multichannel Visible and Infrared Scan Radiometer) sensor data, performs thermal channel calibration, computes earth locations and scan angles, and writes an HDF or NetCDF file. The output may be used with the CoastWatch Utilities, or with third-party software such as IDL/ENVI or Matlab to compute level 2 products."; 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 = ''; } }