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/camPendingExp.d

    r14044 r14096  
    1 TABLE camPendingExp, chipProcessedExp
     1TABLE camRun, chipRun, rawExp
    22TITLE Camera Pending
    33FILE  camPendingExp.php
    44MENU  ipp.science.dat
    55
    6 WHERE camPendingExp.chip_id = chipProcessedExp.chip_id
     6WHERE camRun.state != 'stop'
     7WHERE camRun.chip_id = chipRun.chip_id
     8WHERE chipRun.exp_id = rawExp.exp_id
    79
    8 ARGS  ARG1  chipProcessedExp.exp_id=$chipProcessedExp.exp_id
     10ARGS  ARG1  chipRun.exp_id=$chipRun.exp_id
    911
    1012#     field                     size  name          show   link to                  extras
    11 FIELD chipProcessedExp.exp_id,  20,   exposure ID,  value, chipProcessedImfile.php, ARG1
    12 FIELD camPendingExp.chip_id,    20,   chip ID,      value, chipProcessedExp.php,    ARG1
    13 FIELD camPendingExp.cam_id,     20,   cam ID
     13FIELD camRun.cam_id,             5,   chip ID,      value, chipProcessedExp.php,    ARG1
     14FIELD chipRun.chip_id,           5,   cam ID
     15FIELD chipRun.exp_id,            5,   exposure ID,  value, chipProcessedImfile.php, ARG1
     16FIELD rawExp.exp_name,           5,   Exp Name,     value, rawImfile.php,  ARG1
     17FIELD rawExp.telescope,         10,   Telescope
     18FIELD rawExp.camera,            10,   Camera
     19FIELD rawExp.dateobs,           20,   Date/Time
     20FIELD rawExp.filter,            10,   FILTER
     21FIELD rawExp.ra,                 5,   RA   
     22FIELD rawExp.decl,               5,   Dec
     23FIELD rawExp.exp_time,           5,   exp_time   
     24FIELD rawExp.sat_pixel_frac,     5,   f(sat pixels)
     25FIELD rawExp.airmass,            5,   airmass     
     26FIELD rawExp.bg,                 5,   backgnd
     27FIELD rawExp.bg_stdev,           5,   stdev   
     28FIELD rawExp.bg_mean_stdev,      5,   <backgnd>
Note: See TracChangeset for help on using the changeset viewer.