IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28922


Ignore:
Timestamp:
Aug 16, 2010, 2:02:04 PM (16 years ago)
Author:
rhenders
Message:

default plots are now for 'all_stdscience_labels'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czarplot.pl

    r28870 r28922  
    4646    print "* OPTIONAL: plot nebulous disk space        -n                          (default=off)\n";}
    4747if (!$label) {
    48     print "* OPTIONAL: choose a label                  -l <labellName>             (default='all_labels')\n";}
     48    print "* OPTIONAL: choose a label                  -l <labellName>             (default='all_stdscience_labels')\n";}
    4949if (!$stage) {
    5050    print "* OPTIONAL: choose a stage                  -s <chip|cam|warp|etc>      (default=none)\n";}
     
    6161
    6262# default values
    63 if (!$label) {$label = "all_labels";}
     63if (!$label) {$label = "all_stdscience_labels";}
    6464if (!$nebulous && !$histogram && !$timeSeries) {$timeSeries = 1; $histogram = 0;}
    6565if (!$verbose) {$verbose = 0;}
Note: See TracChangeset for help on using the changeset viewer.