IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2012, 1:42:47 PM (14 years ago)
Author:
rhenders
Message:

Removed magic and magicDS

File:
1 edited

Legend:

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

    r32093 r33800  
    3232my @publishingLabels = undef;
    3333
    34 my @stages = ("chip", "cam", "fake", "warp", "stack", "diff", "magic", "magicDS", "dist", "pub");
     34my @stages = ("chip", "cam", "fake", "warp", "stack", "diff", "dist", "pub");
    3535promptPoll();
    3636
     
    156156    chomp($label);
    157157
    158     printf("\n+----------------------------------------------------------------------------------------------------------------------------------------------+\n");
    159     printf("|                                                         %32s                                                     |\n", $label);
    160     printf("+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+\n");
    161     printf("|   state    |    chip    |    cam     |    fake    |    warp    |   stack    |    diff    |   magic    |  destreak  |    dist    |   publish  |\n");
    162     printf("+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+\n");
     158    printf("\n+--------------------------------------------------------------------------------------------------------------------+\n");
     159    printf("|                                            %32s                                        |\n", $label);
     160    printf("+------------+------------+------------+------------+------------+------------+------------+------------+------------+\n");
     161    printf("|   state    |    chip    |    cam     |    fake    |    warp    |   stack    |    diff    |    dist    |   publish  |\n");
     162    printf("+------------+------------+------------+------------+------------+------------+------------+------------+------------+\n");
    163163
    164164    my $state;
     
    179179    }
    180180
    181     printf("+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+\n");
     181    printf("+------------+------------+------------+------------+------------+------------+------------+------------+------------+\n");
    182182
    183183}
     
    191191    my ($state) = @_;
    192192#print time, $/;
    193     printf("\n+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+\n");
    194     printf("|                                                                                         %10s (any faults are shown in parentheses)                                                                 |\n", $state);
    195     printf("+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------+\n");
    196     printf("| no  |              label               | distributing? |  publishing?  |    chip    |    cam     |    fake    |    warp    |   stack    |    diff    |   magic    |  destreak  |    dist    |   publish  |\n");
    197     printf("+-----+----------------------------------+---------------+---------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+\n");
     193    printf("\n+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+\n");
     194    printf("|                                                                 %10s (any faults are shown in parentheses)                                                               |\n", $state);
     195    printf("+-----+----------------------------------+---------------+---------------+------------+------------+------------+------------+------------+------------+------------+------------+\n");
     196    printf("| no  |              label               | distributing? |  publishing?  |    chip    |    cam     |    fake    |    warp    |   stack    |    diff    |    dist    |   publish  |\n");
     197    printf("+-----+----------------------------------+---------------+---------------+------------+------------+------------+------------+------------+------------+------------+------------+\n");
    198198
    199199    my $stdsLabel;
     
    232232    }
    233233
    234     printf("+-----+----------------------------------+---------------+---------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+\n");
     234    printf("+-----+----------------------------------+---------------+---------------+------------+------------+------------+------------+------------+------------+------------+------------+\n");
    235235
    236236}
Note: See TracChangeset for help on using the changeset viewer.