IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40851 for trunk/ippMonitor


Ignore:
Timestamp:
Jul 29, 2019, 2:12:36 PM (7 years ago)
Author:
ippitc
Message:

duplicate label handling improved

Location:
trunk/ippMonitor/czartool
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/czartool/czarplot.pl

    r38258 r40851  
    7676    print "* OPTIONAL: plot nebulous disk space        -n                          (default=off)\n";}
    7777if (!$label) {
    78     $label = "all_stdscience_labels";
     78    $label = "stdscience_labels";
    7979    print "* OPTIONAL: choose a label                  -l <labellName>             (default=$label)\n";}
    8080if (!$stage) {
  • trunk/ippMonitor/czartool/roboczar.pl

    r38276 r40851  
    101101    foreach $stage (@stages) {
    102102
    103     my $stageMetrics = new czartool::StageMetrics($stage, "all_stdscience_labels", $dbname, $begin, $end);
     103    my $stageMetrics = new czartool::StageMetrics($stage, "stdscience_labels", $dbname, $begin, $end);
    104104
    105105    if ($czarDb->runAnalysis($stageMetrics, $dbname)) {$stageMetrics->printMe();}
Note: See TracChangeset for help on using the changeset viewer.