IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33805 for trunk


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

adding staticsky stage

Location:
trunk/ippMonitor/czartool
Files:
4 edited

Legend:

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

    r33800 r33805  
    4444        "warp",
    4545        "stack",
     46        "staticsky",
    4647        "diff",
    4748        "dist",
  • trunk/ippMonitor/czartool/czartool/DayMetrics.pm

    r33800 r33805  
    9898    my %labelTables;
    9999
    100     my @stages = ("burntool", "chip", "cam", "fake", "warp", "stack", "diff", "dist");
     100    my @stages = ("burntool", "chip", "cam", "fake", "warp", "stack", "staticsky", "diff", "dist");
    101101
    102102
  • trunk/ippMonitor/czartool/czartool/Plotter.pm

    r33801 r33805  
    1717        "warp",
    1818        "stack",
     19        "staticsky",
    1920        "diff",
    2021        "dist",
  • trunk/ippMonitor/czartool/roboczar.pl

    r33800 r33805  
    2121my $czarDb = $config->getCzarDbInstance();
    2222
    23 my @stages = ("burntool", "chip", "cam", "fake", "warp", "stack", "diff", "dist"); # TODO get from Pantasks
     23my @stages = ("burntool", "chip", "cam", "fake", "warp", "stack", "staticsky", "diff", "dist"); # TODO get from Pantasks
    2424
    2525my @interestedServers = $config->getRoboczarInterestedServers();
Note: See TracChangeset for help on using the changeset viewer.