IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35391


Ignore:
Timestamp:
Apr 11, 2013, 11:46:41 AM (13 years ago)
Author:
Serge CHASTEL
Message:

More Heather's plot

Location:
trunk/ippMonitor/raw
Files:
2 edited

Legend:

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

    r35200 r35391  
    3838else if ($type=="hp_s")
    3939$filePath = "$path/heathers_plots/skycal.png";
    40 
     40else if ($type=="hp_cm")
     41$filePath = "$path/heathers_plots/cam_merged.png";
     42else if ($type=="hp_sm")
     43$filePath = "$path/heathers_plots/skycal_merged.png";
    4144
    4245$file = fopen ($filePath, "r");
  • trunk/ippMonitor/raw/heathers_plot.php

    r35300 r35391  
    1010menu('ipp.czar.dat', 'useful tools for the czar', 'ipp.css', $ID['link'], $ID['proj']);
    1111
    12 echo "These images are generated every day at 7:00 HST (17:00 GMT)\n";
     12echo "These images are generated every day at 7:00 HST (17:00 GMT) on ipp@ippc11\n";
    1313// document body
    1414echo "<table>\n";
     
    2323echo "</tr>\n";
    2424
     25echo "<tr>\n";
     26echo "<td>Camera Merged</td>\n";
     27echo "<td>SkyCal Merged</td>\n";
     28echo "</tr>\n";
     29
     30echo "<tr>\n";
     31echo "<td><img src=\"czartool_getplot.php?type=hp_cm\"/></td>\n";
     32echo "<td><img src=\"czartool_getplot.php?type=hp_sm\"/></td>\n";
     33echo "</tr>\n";
     34
    2535echo "</table>\n";
    2636
Note: See TracChangeset for help on using the changeset viewer.