IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28451


Ignore:
Timestamp:
Jun 24, 2010, 10:31:18 AM (16 years ago)
Author:
eugene
Message:

adding mask stats and raw summary pages

Location:
trunk/ippMonitor
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/Makefile.in

    r28433 r28451  
    125125$(DESTWWW)/rawScienceExp.php \
    126126$(DESTWWW)/rawExp.php \
     127$(DESTWWW)/rawSummary.php \
    127128$(DESTWWW)/rawExpStats.php \
    128129$(DESTWWW)/summitExp.php \
     
    175176$(DESTWWW)/flatcorrRun.php \
    176177$(DESTWWW)/flatcorrChip.php \
    177 $(DESTWWW)/flatcorrCamera.php
     178$(DESTWWW)/flatcorrCamera.php \
     179$(DESTWWW)/maskStats.php
    178180
    179181PICTURES = \
  • trunk/ippMonitor/def/rawExp.d

    r27674 r28451  
    1515FIELD    camera,      10,  %s,     Camera
    1616FIELD    exp_type,     8,  %s,     Type   
     17FIELD    obs_mode,     8,  %s,     obs mode
    1718FIELD    dateobs,     19,  %T,     Date/Time
    1819FIELD    ra,           8,  %C, RA,           op=OP1     
  • trunk/ippMonitor/raw/ipp.imfiles.dat

    r28433 r28451  
    2222menutop   | menutop      | link    | simple plot - cam            | simplePlotcam.php
    2323menutop   | menutop      | link    | czartool                     | czartool_labels.php
     24menutop   | menutop      | link    | mask stats                   | maskStats.php
    2425menutop   | menutop      | link    | histogram                    | histogram.php
    25 
  • trunk/ippMonitor/raw/ipp.load.dat

    r27674 r28451  
    22
    33menutop   | menutop      | plain   |                         |
     4menulink  | menuselect   | link    | Raw Exp Summary              | rawSummary.php             
    45menulink  | menuselect   | link    | Raw Exposures                | rawExp.php             
    56menulink  | menuselect   | link    | Raw Detrend Exp              | rawDetrendExp.php             
Note: See TracChangeset for help on using the changeset viewer.