var fDesc=new Array(); fDesc[0] = "Cyanogen Imaging MaxIm DLTM includes an extensive suite of image acquisition, processing, and analysis tools. Starting with complete observatory integration, MaxIm DL takes you from gathering raw data through to the final high-quality result with the minimum of effort.

A typical imaging sequence will include hours of autoguided images with dither, automatic filter changes, and pier flipping – all the while slewing your dome and monitoring the weather. Every image is tagged with extensive data in its FITS header. When your weather sensor reports unsafe conditions MaxIm DL will automatically shut down your equipment, park the telescope, and safe the dome."; 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 = ''; } }