#!/home/astro10/rknop/bin/perl use CGI; $cgi = new CGI; # Get initial parameters print $cgi->header; print "
The Deepsearch Supernova Tracking System has undergone a \n"; print "fundamental restructuring. The web interface is not currently \n"; print "available. In order to access the Tracking System, from one of \n"; print "the LBL computers (e.g. panisse, barneys, emerald, etc.), run:
"; print "/home/astro10/rknop/bin/sntrak\n"; print "\n";