IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 17, 2011, 4:27:44 PM (15 years ago)
Author:
rhenders
Message:

can now create histo or line rate plots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czarplot.pl

    r30254 r30953  
    168168if ($rate) {
    169169
    170     $plotter->createRateTimeSeries($label, $stage, $begin, $end, $rateInterval);
     170    # default to a rate histogram if time series not selected
     171    if (!$timeSeries) {$histogram = 1;}
     172    $plotter->createRatePlot($label, $stage, $begin, $end, $rateInterval, $histogram, $timeSeries);
    171173    exit;
    172174}
Note: See TracChangeset for help on using the changeset viewer.