IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 19, 2012, 10:47:58 AM (14 years ago)
Author:
rhenders
Message:

adding chipbackground stage

File:
1 edited

Legend:

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

    r33803 r33814  
    3232my @publishingLabels = undef;
    3333
    34 my @stages = ("chip", "cam", "fake", "warp", "stack", "staticsky", "diff", "dist", "pub");
     34my @stages = ("chip", "cam", "fake", "warp", "stack", "staticsky", "diff", "dist", "pub", "chipbackground");
    3535promptPoll();
    3636
     
    160160    printf("+------------+");
    161161    foreach $stage (@stages) {
    162         print "------------+"
     162        print "--------------+"
    163163    }
    164164    printf("\n");
     
    166166    foreach $stage (@stages) {
    167167
    168         printf(" %10s |", $stage)
     168        printf("%14s|", $stage)
    169169    }
    170170    printf("\n");
    171171    printf("+------------+");
    172172    foreach $stage (@stages) {
    173         print "------------+"
     173        print "--------------+"
    174174    }
    175175    printf("\n");
     
    184184        foreach $stage (@stages) {
    185185
    186             printf("| %10s ", getStateAndFaultsString($label, $state, $stage));
     186            printf("|%14s", getStateAndFaultsString($label, $state, $stage));
    187187        }
    188188
     
    193193    printf("+------------+");
    194194    foreach $stage (@stages) {
    195         print "------------+"
     195        print "--------------+"
    196196    }
    197197    printf("\n");
     
    212212    printf("+-----+----------------------------------+---------------+---------------+");
    213213    foreach $stage (@stages) {
    214         print "------------+"
     214        print "--------------+"
    215215    }
    216216    printf("\n");
     
    225225    foreach $stage (@stages) {
    226226
    227         printf(" %10s |", $stage)
     227        printf("%14s|", $stage)
    228228    }
    229229    printf("\n");
    230230    printf("+-----+----------------------------------+---------------+---------------+");
    231231    foreach $stage (@stages) {
    232         print "------------+"
     232        print "--------------+"
    233233    }
    234234    printf("\n");
     
    255255        foreach $stage (@stages) {
    256256
    257             printf("| %10s ", getStateAndFaultsString($stdsLabel, $state, $stage));
     257            printf("|%14s", getStateAndFaultsString($stdsLabel, $state, $stage));
    258258        }
    259259
     
    264264    printf("+-----+----------------------------------+---------------+---------------+");
    265265    foreach $stage (@stages) {
    266         print "------------+"
     266        print "--------------+"
    267267    }
    268268    printf("\n");
Note: See TracChangeset for help on using the changeset viewer.