IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 19, 2008, 6:15:23 AM (18 years ago)
Author:
eugene
Message:

all sorts of updates to the format; up/down icons, etc

File:
1 edited

Legend:

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

    r15992 r18193  
    1515
    1616#     field                   size  format  name         show    link to                  extras
    17 FIELD chipRun.exp_id,            5, %s,     Exp ID,      value,  rawImfile.php,           ARG1
     17FIELD chipRun.exp_id,            5, %d,     Exp ID,      value,  rawImfile.php,           ARG1
    1818FIELD rawExp.exp_name,           5, %s,     Exp Name,    value,  chipProcessedImfile.php, ARG2
    19 FIELD chipRun.chip_id,           7, %s,     chip ID
     19FIELD chipRun.chip_id,           7, %d,     chip ID
    2020FIELD rawExp.telescope,         10, %s,     Telescope
    2121FIELD rawExp.camera,            10, %s,     Camera
    22 FIELD rawExp.dateobs,           20, %s,     Date/Time
     22FIELD rawExp.dateobs,           19, %T,     Date/Time
    2323FIELD rawExp.ra,                 8, %10.6f, RA,           op=OP1     
    2424FIELD rawExp.decl,               8, %10.6f, DEC,          op=OP2
    2525FIELD rawExp.object,            10, %s,     Object
    2626FIELD rawExp.filter,            10, %s,     FILTER
    27 FIELD rawExp.exp_time,           5, %s,     exp_time   
    28 FIELD rawExp.airmass,            5, %s,     airmass     
    29 FIELD rawExp.bg,                 5, %s,     backgnd
    30 FIELD rawExp.bg_stdev,           5, %s,     stdev   
     27FIELD rawExp.exp_time,           5, %.2f,     exp_time   
     28FIELD rawExp.airmass,            5, %.2f,     airmass     
     29FIELD rawExp.bg,                 5, %.2f,     backgnd
     30FIELD rawExp.bg_stdev,           5, %.2f,     stdev   
    3131
    3232# FIELD rawExp.bg_mean_stdev,    5, %s,     <backgnd>
Note: See TracChangeset for help on using the changeset viewer.