IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29803


Ignore:
Timestamp:
Nov 22, 2010, 4:12:48 PM (15 years ago)
Author:
rhenders
Message:

using hardcoded path for resultant HTML. need to use config eventually

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czarmetrics.pl

    r29751 r29803  
    3535}
    3636if (!$day) {
    37     print "* OPTIONAL: choose a single day to plot     -y <date>               (default=today)\n";
     37    print "* OPTIONAL: choose a single day             -y <date>               (default=today)\n";
    3838}
    3939if (!$begin) {
     
    6363while (1) {
    6464
    65     my $dayMetrics = new czartool::DayMetrics($gpc1Db, $czarDb, "./ippMetrics", 1, 0, $thisDay);
     65    my $dayMetrics = new czartool::DayMetrics($gpc1Db, $czarDb, "/data/ipp004.0/ipp/ippMetrics/", 1, 0, $thisDay);
    6666    $dayMetrics->writeHTML();
    6767
Note: See TracChangeset for help on using the changeset viewer.