IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9399


Ignore:
Timestamp:
Oct 7, 2006, 12:23:36 PM (20 years ago)
Author:
eugene
Message:

more table cleanups

Location:
trunk/ippMonitor
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/Makefile

    r9347 r9399  
    4848$(DESTBIN)/p2ProcessedImfile.php \
    4949$(DESTBIN)/p3PendingExp.php \
     50$(DESTBIN)/p3ProcessedExp.php \
    5051$(DESTBIN)/pzPendingExp.php \
    5152$(DESTBIN)/pzPendingImfile.php \
  • trunk/ippMonitor/def/p2ProcessedImfile.d

    r9323 r9399  
    44MENU  ipp.imfiles.dat
    55
    6 #     field          name          show  link to     extras
    7 FIELD exp_tag,       20,   exposure Tag
    8 FIELD class_id,      20,   class ID
    9 FIELD uri,           20,   URI
    10 FIELD recipe,        20,   recipe
    11 FIELD bg,            20,   background
    12 FIELD bg_stdev,      20,   background stdev
    13 FIELD bg_mean_stdev, 20,   mean background stdev
    14 FIELD b1_uri,        20,   URI small binned
    15 FIELD b2_uri,        20,   URI large binned
    16 FIELD p1_version,    20,   p1 version
    17 FIELD p2_version,    20,   p2 version
     6#     field          size  name        show  link to     extras
     7FIELD exp_tag,       15,   Exposure
     8FIELD class_id,       8,   Chip ID
     9FIELD bg,             8,   backgnd
     10FIELD bg_mean_stdev,  8,   [stdev]
     11FIELD bg_stdev,       8,   stdev
     12#FIELD p1_version,   20,   p1 version
     13#FIELD p2_version,   20,   p2 version
     14#FIELD recipe,       20,   recipe
     15#FIELD uri,          20,   URI
     16#FIELD b1_uri,       20,   URI small binned
     17#FIELD b2_uri,       20,   URI large binned
     18
     19TAIL PHP insert_image ('image');
  • trunk/ippMonitor/raw/ipp.science.dat

    r8984 r9399  
    2323
    2424menutop   | menutop      | plain   |                         |
     25menulink  | menuselect   | plain   | P1 Processed Exp             |
     26menulink  | menuselect   | link    | P2 Processed Exp             | p2ProcessedExp.php           
     27menulink  | menuselect   | link    | P3 Processed Exp             | p3ProcessedExp.php           
    2528menulink  | menuselect   | link    | P1 Pending Exp               | p1PendingExp.php             
    2629menulink  | menuselect   | link    | P2 Pending Exp               | p2PendingExp.php             
    27 menulink  | menuselect   | link    | P2 Processed Exp             | p2ProcessedExp.php           
    2830menulink  | menuselect   | link    | P3 Pending Exp               | p3PendingExp.php             
    2931
Note: See TracChangeset for help on using the changeset viewer.