IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27194


Ignore:
Timestamp:
Mar 4, 2010, 3:26:37 PM (16 years ago)
Author:
heather
Message:

fun with plotting

Location:
trunk/ippMonitor
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/Makefile.in

    r27113 r27194  
    4040$(DESTWWW)/nightSummary.php \
    4141$(DESTWWW)/simplePlot.php \
     42$(DESTWWW)/simplePlotcam.php \
     43$(DESTWWW)/simplePlotraw.php \
    4244$(DESTWWW)/skyplot.php \
    4345$(DESTWWW)/getimage.php
  • trunk/ippMonitor/raw/ipp.imfiles.dat

    r27113 r27194  
    1818menutop   | menutop      | link    | test page                    | phptest.php     
    1919menutop   | menutop      | link    | night summary                | nightSummary.php
    20 menutop   | menutop      | link    | simple plot                  | simplePlot.php
     20menutop   | menutop      | link    | simple plot - raw            | simplePlotraw.php
     21menutop   | menutop      | link    | simple plot - chip           | simplePlot.php
     22menutop   | menutop      | link    | simple plot - cam            | simplePlotcam.php
  • trunk/ippMonitor/raw/simplePlot.php

    r27113 r27194  
    1717}
    1818
    19 menu($myMenu, 'test simple plot', 'ipp.css', $ID['link'], $ID['proj']);
    20 
    21 echo "<p> test sky plot </p>";
     19menu($myMenu, 'test simple plot - chip', 'ipp.css', $ID['link'], $ID['proj']);
     20
     21echo "<p> test sky plot - chip </p>";
    2222
    2323// set up the form
Note: See TracChangeset for help on using the changeset viewer.