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

    r18970 r19084  
    1212WHERE rawImfile.exp_id = rawExp.exp_id
    1313
    14 
    15 ARGS  ARG1  exp_id=$chipRun.exp_id
     14ARGS  ARG1 rawImfile.exp_id=$rawExp.exp_id
     15ARGS  ARG2 chipRun.chip_id=$chipRun.chip_id
    1616
    1717OP   OP1  $rawExp.ra * 57.295783
    1818OP   OP2  $rawExp.decl * 57.295783
    1919
    20 #     field                   size  format  name         show    link to         extras
    21 FIELD chipRun.exp_id,            5, %d,     Exp ID
    22 FIELD rawExp.exp_name,           5, %s,     Exp Name,    value,  rawImfile.php,  ARG1
     20#     field                   size  format  name         show    link to                  extras
     21FIELD rawExp.exp_name,          10, %s,     Exp Name
    2322FIELD rawImfile.class_id,        8, %s,     Class ID
    24 FIELD chipRun.chip_id,           7, %d,     chip ID
    25 FIELD chipRun.state,             7, %s,     state
     23FIELD rawExp.exp_id,             5, %d,     Exp ID,      value,  rawImfile.php,           ARG1
     24FIELD chipRun.chip_id,           7, %d,     Chip ID,     value,  chipProcessedImfile.php, ARG2
     25FIELD chipRun.state,             7, %s,     State
    2626FIELD rawExp.telescope,         10, %s,     Telescope
    2727FIELD rawExp.camera,            10, %s,     Camera
Note: See TracChangeset for help on using the changeset viewer.