IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 28, 2015, 11:23:28 AM (11 years ago)
Author:
eugene
Message:

add fullforce stage, cleanup stage handling

File:
1 edited

Legend:

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

    r37983 r38206  
    1616my $interval = undef;
    1717
    18 GetOptions ( 
     18GetOptions (
    1919        "dbname|d=s" => \$czarDbName,
    2020        "interval|i=s" => \$interval,
     
    3232my @publishingLabels = undef;
    3333
    34 my @stages = ("chip", "cam", "fake", "warp", "stack", "staticsky", "diff", "dist", "pub", "chipbackground");
     34my @stages = ("chip", "cam", "fake", "warp", "stack", "staticsky", "diff", "fullforce", "dist", "pub");
     35# "chipbackground"
     36
    3537promptPoll();
    3638
     
    4850###########################################################################
    4951#
    50 # Polls waiting for input from user 
     52# Polls waiting for input from user
    5153#
    5254###########################################################################
     
    124126        printf("| %12s ", $server);
    125127        chomp($results[0]);
    126         chomp($results[1]); 
     128        chomp($results[1]);
    127129        printf("|   %3s   |         %3s          |\n", $results[0], $results[1]);
    128130    }
Note: See TracChangeset for help on using the changeset viewer.