IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 28, 2010, 8:47:29 AM (16 years ago)
Author:
rhenders
Message:

Can now plot time series per stage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/czartool_getplot.php

    r28724 r28726  
    1212}
    1313
    14 $label  = $_GET[label];
    1514$type = $_GET[type];
     15$label = $_GET[label];
     16$stage = $_GET[stage];
    1617
     18if ($type=="t")
     19$filePath = "/home/panstarrs/rhenders/czarplot_".$label."_".$stage."_".$type.".png";
     20else if ($type=="h")
    1721$filePath = "/home/panstarrs/rhenders/czarplot_".$label."_".$type.".png";
    18 
    1922$file = fopen ($filePath, "r");
    2023if ($file && !$debug) {
Note: See TracChangeset for help on using the changeset viewer.