IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 8, 2015, 10:49:55 AM (11 years ago)
Author:
bills
Message:

Initial work to support two IPP databases (gpc1 and gpc2). Plotting stuff
doesn't work but updates of the stage tables does

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/czartool/czartool/DayMetrics.pm

    r38206 r38250  
    7878    print $htmlFile "<a href=\"../$previousDay/index.html\"> \< previous day</a> | <a href=\"../index.html\">all</a> | <a href=\"../$nextDay/index.html\">next day \></a><br>\n";
    7979    print $htmlFile "Measured from $self->{begin} to $self->{end} HST<br>\n";
    80     printf ( $htmlFile "%d exposures taken on summit last night, %d through chip today</h5>\n",
    81             $summitExposures, $chipMetrics->getProcessed() ? $chipMetrics->getProcessed() : 0 );
     80    printf $htmlFile "%d exposures taken on summit last night, %d through chip today</h5>\n",
     81            $summitExposures, $chipMetrics->getProcessed() ? $chipMetrics->getProcessed() : 0 ;
    8282    print $htmlFile "</head>\n";
    8383    print $htmlFile "<body>\n";
Note: See TracChangeset for help on using the changeset viewer.