IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 24, 2008, 3:14:18 PM (18 years ago)
Author:
eugene
Message:

adding label to ippMonitor tables

File:
1 edited

Legend:

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

    r19131 r19183  
    88WHERE stackSumSkyfile.fault = 0
    99
    10 #        field                          size  format  name           show     link to         extras
     10ARGS  ARG7 stackRun.stack_id=$stackRun.stack_id
     11ARGS  ARG7 stackRun.skycell_id=$stackRun.skycell_id
     12# XXX need to fix this: there may not be a single camera per stack...
     13ARGS  ARG7 camera=GPC1
     14ARGS  ARG7 basename=$stackSumSkyfile.path_base
     15
     16#        field                   size  format  name           show     link to         extras
    1117FIELD stackRun.stack_id,            5, %s,     Stack ID
    1218FIELD stackRun.skycell_id,          5, %s,     Skycell ID
    13 FIELD stackRun.state,               7, %s,     State
     19FIELD stackRun.state,               7, %s,     State,         value,   stackProcessedSkyfile.php, ARG7
    1420FIELD stackSumSkyfile.bg,           5, %.2f,   backgnd
    1521FIELD stackSumSkyfile.bg_stdev,     5, %.2f,   stdev   
    1622FIELD stackSumSkyfile.dtime_stack,  5, %.2f,   dtime
    1723
     24FIELD stackSumSkyfile.path_base,    5, %s,     path_base,     none
     25
     26TAIL PHP insert_log ('LOG.EXP');
Note: See TracChangeset for help on using the changeset viewer.