IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 30, 2010, 8:25:15 AM (16 years ago)
Author:
rhenders
Message:

Changes to plot image path

File:
1 edited

Legend:

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

    r28727 r28788  
    1717
    1818if ($type=="t")
    19 $filePath = "/home/panstarrs/rhenders/czarplot_".$label."_".$stage."_".$type.".png";
     19$filePath = "/tmp/czarplot_".$label."_".$stage."_".$type.".png";
    2020else if ($type=="h")
    21 $filePath = "/home/panstarrs/rhenders/czarplot_".$label."_all_stages_".$type.".png";
     21$filePath = "/tmp/czarplot_".$label."_all_stages_".$type.".png";
    2222$file = fopen ($filePath, "r");
    2323if ($file && !$debug) {
Note: See TracChangeset for help on using the changeset viewer.