IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 9, 2007, 5:10:37 PM (19 years ago)
Author:
eugene
Message:

updated to match new schema

File:
1 edited

Legend:

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

    r14044 r14096  
    1 TABLE chipPendingExp, rawExp
    2 TITLE chipPendingExp
     1TABLE chipRun, rawExp
     2TITLE chip Pending Exposures
    33FILE  chipPendingExp.php
    44MENU  ipp.science.dat
    55
    66# limit this table to non-OBJECT types of images
    7 WHERE chipPendingExp.exp_id = rawExp.exp_id
     7WHERE chipRun.exp_id = rawExp.exp_id
    88
    9 ARGS  ARG1  exp_id=$exp_id
     9ARGS  ARG1  exp_id=$chipRun.exp_id
    1010
    1111#     field                   size  name         show    link to         extras
    12 FIELD chipPendingExp.chip_id,    7, chip ID
    13 FIELD chipPendingExp.exp_id,     5, exposure ID, value,  rawImfile.php,  ARG1
     12FIELD chipRun.chip_id,           7, chip ID
     13FIELD chipRun.exp_id,            5, Exp ID
     14FIELD rawExp.exp_name,           5, Exp Name,    value,  rawImfile.php,  ARG1
    1415FIELD rawExp.telescope,         10, Telescope
    1516FIELD rawExp.camera,            10, Camera
Note: See TracChangeset for help on using the changeset viewer.