IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31887


Ignore:
Timestamp:
Jul 15, 2011, 4:16:38 PM (15 years ago)
Author:
rhenders
Message:

all time-series plots now created at same time for speed

File:
1 edited

Legend:

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

    r31874 r31887  
    226226        print $htmlFile "<a name=\"$label\"></a>\n";
    227227        print $htmlFile "<h2  align=\"middle\">$label <a href=\"#top\">(top)</a></h1>\n";
    228         $self->{plotter}->createTimeSeries($label, undef, $self->{begin}, $self->{end}, 0, 0, 0);
     228        $self->{plotter}->createTimeSeries($label, undef, $self->{begin}, $self->{end}, 1, 1, 1);
    229229        print $htmlFile "<img src=\"czarplot_linear_".$label."_all_stages_t.png\" alt=\"All stages for $label for $self->{day}\" />\n";
    230230        $self->{plotter}->createHistogram($label, $self->{begin}, $self->{end}, 0, 0, 0);
Note: See TracChangeset for help on using the changeset viewer.