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

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