IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32775 for trunk/ippMonitor


Ignore:
Timestamp:
Nov 22, 2011, 4:26:26 PM (15 years ago)
Author:
rhenders
Message:

adding 'all_stages' plot for ippToPsps

File:
1 edited

Legend:

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

    r32769 r32775  
    281281    }
    282282
     283    # create plots for each label for all stages for ippToPsps
     284    foreach $row ( @{$ippToPspsLabels} ) {
     285        my ($label) = @{$row};
     286
     287        $plotter->createTimeSeries($label, undef, $begin, $end, 1, 1, 1);
     288    }
     289
    283290
    284291    # create plots for each label for each stage
Note: See TracChangeset for help on using the changeset viewer.