IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 26, 2010, 12:05:50 PM (16 years ago)
Author:
rhenders
Message:

Clearer instructions regarding interval

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czarplot.pl

    r28711 r28714  
    3737print "\n";
    3838if (!$histogram) {
    39     print "* OPTIONAL: plot histogram         -h                          (default=on)\n";
     39    print "* OPTIONAL: plot histogram                  -h                          (default=on)\n";
    4040}
    4141if (!$timeSeries) {
    42     print "* OPTIONAL: plot timeseries        -t                          (default=on)\n";
     42    print "* OPTIONAL: plot timeseries                 -t                          (default=on)\n";
    4343}
    4444if (!$label) {
    45     print "* OPTIONAL: choose a label         -l <labellName>             (default='all_labels')\n";
     45    print "* OPTIONAL: choose a label                  -l <labellName>             (default='all_labels')\n";
    4646}
    4747if (!$stage) {
    48     print "* OPTIONAL: choose a stage         -s <chip|cam|warp|etc>      (default=none)\n";
     48    print "* OPTIONAL: choose a stage                  -s <chip|cam|warp|etc>      (default=none)\n";
    4949}
    50 
    5150if (!$interval) {
    52     print "* OPTIONAL: choose an interval     -i <'1 hour'|'1 day'|etc>   (default=interval since 7am this morning)\n";
     51    print "* OPTIONAL: choose time interval in past    -i <'1 hour'|'1 day'|etc>   (default=interval since 7am this morning)\n";
    5352}
    5453if (!$begin) {
    55     print "* OPTIONAL: choose a begin time    -d <datetime>               (default=7am this morning)\n";
     54    print "* OPTIONAL: choose a begin time             -d <datetime>               (default=7am this morning)\n";
    5655}
    5756if (!$end) {
    58     print "* OPTIONAL: choose an end time     -e <datetime>               (default=now)\n";
     57    print "* OPTIONAL: choose an end time              -e <datetime>               (default=now)\n";
    5958}
    6059
Note: See TracChangeset for help on using the changeset viewer.