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

    r15954 r18193  
    1919
    2020#     field                    size     format  name       show          link to                 extras
    21 FIELD detProcessedExp.det_id,     7,    %s,     Det ID,    value
     21FIELD detProcessedExp.det_id,     7,    %d,     Det ID,    value
    2222FIELD rawExp.camera,             10,    %s,     camera,    value
    23 FIELD detProcessedExp.exp_id,     5,    %s,     Exp ID,    value
     23FIELD detProcessedExp.exp_id,     5,    %d,     Exp ID,    value
    2424FIELD rawExp.exp_name,            5,    %s,     Exp Name,  value
     25FIELD detProcessedExp.fault,      5,    %d,     Fault,     value
    2526FIELD *,                          8,    %s,     image,     image=JPEG2,  detProcessedImfile.php, ARG1
    26 FIELD detProcessedExp.bg,         8,    %s,     backgnd,   value
    27 FIELD detProcessedExp.bg_mean_stdev, 8, %s,     [stdev],   value
    28 FIELD detProcessedExp.bg_stdev,   8,    %s,     stdev,     value
    29 FIELD *,                          8,    %s,     S/N,       op=OP1
    30 FIELD rawExp.dateobs,             8,    %s,     obs date,  value
    31 FIELD rawExp.filter,              8,    %s,     filter,    value
    32 FIELD rawExp.exp_time,            8,    %s,     exptime,   value
    33 FIELD rawExp.ccd_temp,            8,    %s,     ccd temp,  value
    34 FIELD rawExp.airmass,             8,    %s,     airmass,   value
     27FIELD detProcessedExp.bg,         8,    %.3f,   backgnd,   value
     28FIELD detProcessedExp.bg_mean_stdev, 8, %.3f,   [stdev],   value
     29FIELD detProcessedExp.bg_stdev,   8,    %.3f,   stdev,     value
     30FIELD *,                          8,    %.3f,   S/N,       op=OP1
     31FIELD rawExp.dateobs,            19,    %T,     obs date,  value
     32FIELD rawExp.filter,             10,    %s,     filter,    value
     33FIELD rawExp.exp_time,            8,    %.2f,    exptime,   value
     34FIELD rawExp.ccd_temp,            8,    %.2f,    ccd temp,  value
     35FIELD rawExp.airmass,             8,    %.4f,    airmass,   value
    3536FIELD detProcessedExp.path_base, 20,    %s,     path_base, none
     37
     38# TD_CLASS det_off $detProcessedExp.fault > 0
    3639
    3740# note: you must include all desired fields, where ever they are used,
Note: See TracChangeset for help on using the changeset viewer.