IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 16, 2007, 3:21:41 PM (19 years ago)
Author:
eugene
Message:

updating to current db table layout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/camPendingExp.d

    r12081 r12835  
    1 TABLE camPendingExp
    2 TITLE camPendingExp
     1TABLE camPendingExp, chipProcessedExp
     2TITLE Camera Pending
    33FILE  camPendingExp.php
    44MENU  ipp.science.dat
    55
    6 #     field       name          show   link to                extras
    7 FIELD exp_tag,    20,   exposure ID,  value, chipProcessedImfile.php, exp_tag=$exp_tag
    8 FIELD chip_version, 20,   chip version,   value, chipProcessedExp.php,    exp_tag=$exp_tag
    9 FIELD cam_version, 20,   cam version
     6WHERE camPendingExp.chip_id = chipProcessedExp.chip_id
     7
     8#     field                     size  name          show   link to                  extras
     9FIELD chipProcessedExp.exp_tag, 20,   exposure ID,  value, chipProcessedImfile.php, chipProcessedExp.exp_tag=$chipProcessedExp.exp_tag
     10FIELD camPendingExp.chip_id,    20,   chip ID,      value, chipProcessedExp.php,    exp_tag=$chipProcessedExp.exp_tag
     11FIELD camPendingExp.cam_id,     20,   cam ID
Note: See TracChangeset for help on using the changeset viewer.