IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2008, 3:16:04 PM (18 years ago)
Author:
eugene
Message:

add stage to chip entries; consistent formatting for chip

File:
1 edited

Legend:

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

    r18193 r18373  
    55
    66# limit this table to non-OBJECT types of images
    7 WHERE chipRun.state = 'stop'
     7WHERE chipRun.state != 'run'
    88WHERE chipRun.exp_id = rawExp.exp_id
    99
     
    1818FIELD rawExp.exp_name,           5, %s,     Exp Name,    value,  chipProcessedImfile.php, ARG2
    1919FIELD chipRun.chip_id,           7, %d,     chip ID
     20FIELD chipRun.state,             7, %s,     state
    2021FIELD rawExp.telescope,         10, %s,     Telescope
    2122FIELD rawExp.camera,            10, %s,     Camera
     
    2324FIELD rawExp.ra,                 8, %10.6f, RA,           op=OP1     
    2425FIELD rawExp.decl,               8, %10.6f, DEC,          op=OP2
    25 FIELD rawExp.object,            10, %s,     Object
     26FIELD rawExp.object,             8, %s,     Object
    2627FIELD rawExp.filter,            10, %s,     FILTER
    2728FIELD rawExp.exp_time,           5, %.2f,     exp_time   
    28 FIELD rawExp.airmass,            5, %.2f,     airmass     
     29FIELD rawExp.airmass,            5, %.4f,     airmass     
    2930FIELD rawExp.bg,                 5, %.2f,     backgnd
    3031FIELD rawExp.bg_stdev,           5, %.2f,     stdev   
     32FIELD rawExp.comment,           65, %s,     Comment
    3133
    3234# FIELD rawExp.bg_mean_stdev,    5, %s,     <backgnd>
Note: See TracChangeset for help on using the changeset viewer.