IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29058


Ignore:
Timestamp:
Aug 25, 2010, 3:57:58 PM (16 years ago)
Author:
rhenders
Message:

Added burntool to stages; improved warning message for failed plot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czartool/Czarplot.pm

    r29037 r29058  
    55use strict;
    66
    7 my @allStages = ("chip", "cam", "fake", "warp", "stack", "diff", "magic", "magicDS", "dist");
     7my @allStages = ("burntool", "chip", "cam", "fake", "warp", "stack", "diff", "magic", "magicDS", "dist");
    88
    99
     
    7575    if ($numOfPlots == 0 ) {
    7676
    77         print "Warning: No plots could be generated for '$label' during time period '$beginTime', '$endTime'\n";
     77        print "Warning: No plots could be generated for stage '$selectedStage' and label '$label' during time period '$beginTime', '$endTime'\n";
    7878        return;
    7979    }
Note: See TracChangeset for help on using the changeset viewer.