IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 16, 2008, 11:54:53 AM (18 years ago)
Author:
eugene
Message:

cleanups for chip and cam links, adding fake, updating warp

File:
1 edited

Legend:

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

    r18970 r19084  
    88WHERE chipRun.exp_id = rawExp.exp_id
    99
    10 ARGS  ARG1  chipRun.exp_id=$chipRun.exp_id
     10ARGS  ARG1  rawImfile.exp_id=$rawExp.exp_id
     11ARGS  ARG2  chipRun.chip_id=$chipRun.chip_id
     12ARGS  ARG3  camRun.cam_id=$camRun.cam_id
    1113
    1214OP   OP1  $rawExp.ra * 57.295783
     
    1416
    1517#     field                     size  format  name          show   link to                  extras
    16 FIELD chipRun.exp_id,            5,   %s,     Exp ID,       value, chipProcessedImfile.php, ARG1
    17 FIELD rawExp.exp_name,           5,   %s,     Exp Name,     value, rawImfile.php,  ARG1
    18 FIELD chipRun.chip_id,           5,   %s,     chip ID,      value, chipProcessedExp.php,    ARG1
    19 FIELD camRun.cam_id,             5,   %s,     cam ID
    20 FIELD camRun.state,              5,   %s,     state
     18FIELD rawExp.exp_name,          10,   %s,     Exp Name
     19FIELD rawExp.exp_id,             5,   %s,     Exp ID,       value,  rawImfile.php,           ARG1
     20FIELD chipRun.chip_id,           5,   %s,     Chip ID,      value,  chipProcessedImfile.php, ARG2
     21FIELD camRun.cam_id,             5,   %s,     Cam ID
     22FIELD camRun.state,              5,   %s,     State
    2123FIELD rawExp.telescope,         10,   %s,     Telescope
    2224FIELD rawExp.camera,            10,   %s,     Camera
Note: See TracChangeset for help on using the changeset viewer.