IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32325


Ignore:
Timestamp:
Sep 5, 2011, 9:11:49 AM (15 years ago)
Author:
rhenders
Message:

removed first-derivative option

File:
1 edited

Legend:

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

    r32093 r32325  
    2525my $magicMask = undef;
    2626my $rateInterval = undef;
    27 my $deriv = undef;
    2827my $nebulous = undef;
    2928my $savingToFile = undef;
     
    4645        "nebulous|n" => \$nebulous,
    4746        "rate|r" => \$rate,
    48         "deriv|f" => \$deriv,
    4947        "analysis|a" => \$analysis,
    5048        "timeseries|t" => \$timeSeries,
     
    7371if (!$rate) {
    7472    print "* OPTIONAL: plot histogram of rate          -r                          (default=off)\n";}
    75 if (!$deriv) {
    76     $deriv = 0;
    77     print "* OPTIONAL: plot first derivative           -f                          (default=$deriv)\n";}
    7873if (!$analysis) {
    7974    $analysis = 0;
     
    9489    print "* OPTIONAL: time interval for rate plot     -i <'1 hour'|'1 day'|etc>   (default=depends on time frame)\n";}
    9590if (!$begin) {
    96     print "* OPTIONAL: choose a begin time             -b <datetime>               (default=6:35am this morning)\n";}
     91    print "* OPTIONAL: choose a begin time             -b <datetime>               (default=18:00)\n";}
    9792if (!$end) {
    9893    print "* OPTIONAL: choose an end time              -e <datetime>               (default=now)\n";}
Note: See TracChangeset for help on using the changeset viewer.