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

    r18970 r19084  
    1010WHERE chipProcessedImfile.fault != 0
    1111
    12 ARGS  ARG1 exp_id=$chipRun.exp_id
     12ARGS  ARG1 rawImfile.exp_id=$chipRun.exp_id
    1313
    1414ARGS  ARG2 chipRun.chip_id=$chipRun.chip_id
    15 ARGS  ARG2 chipProcessedImfile.class_id=$chipProcessedImfile.class_id
    16 ARGS  ARG2 camera=$rawExp.camera
    17 ARGS  ARG2 basename=$chipProcessedImfile.path_base
    18 ARGS  ARG2 class=$chipProcessedImfile.class_id
     15
     16ARGS  ARG3 chipRun.chip_id=$chipRun.chip_id
     17ARGS  ARG3 chipProcessedImfile.class_id=$chipProcessedImfile.class_id
     18ARGS  ARG3 camera=$rawExp.camera
     19ARGS  ARG3 basename=$chipProcessedImfile.path_base
     20ARGS  ARG3 class=$chipProcessedImfile.class_id
    1921
    2022OP   OP1  $rawExp.ra * 57.295783
    2123OP   OP2  $rawExp.decl * 57.295783
    2224
    23 #     field                            size  format  name         show    link to                  extras
    24 FIELD chipRun.exp_id,                     5, %d,     Exp ID,      value,  rawImfile.php,           ARG1
    25 FIELD rawExp.exp_name,                    5, %s,     Exp Name,    value,  chipProcessedImfile_failure.php, ARG2
     25#     field                            size  format  name         show    link to                          extras
     26FIELD rawExp.exp_name,                    5, %s,     Exp Name
    2627FIELD chipProcessedImfile.class_id,       8, %s,     Class ID
    27 FIELD chipRun.chip_id,                    7, %d,     chip ID
    28 FIELD chipRun.state,                      7, %s,     state
     28FIELD rawExp.exp_id,                      5, %d,     Exp ID,      value,  rawImfile.php,                   ARG1
     29FIELD chipRun.chip_id,                    7, %d,     Chip ID,     value,  chipProcessedImfile_failure.php, ARG2
     30FIELD chipRun.state,                      7, %s,     State,       value,  chipProcessedImfile_failure.php, ARG3
    2931FIELD rawExp.telescope,                  10, %s,     Telescope
    3032FIELD rawExp.camera,                     10, %s,     Camera
Note: See TracChangeset for help on using the changeset viewer.