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

    r15954 r18193  
    2626FIELD detInputExp.exp_id,     5, %s,     Exp ID,     value,       rawImfile.php,          ARG1
    2727FIELD rawExp.exp_name,        5, %s,     Exp Name,   value,       rawImfile.php,          ARG1
    28 FIELD detInputExp.include,    7, %s,     include
     28FIELD detInputExp.include,    3, %t,     include
    2929FIELD rawExp.telescope,      10, %s,     Telescope
    3030FIELD rawExp.camera,         10, %s,     Camera
    3131FIELD rawExp.exp_type,       10, %s,     Type   
    3232FIELD rawExp.filter,         10, %s,     FILTER
    33 FIELD rawExp.dateobs,        20, %s,     Date/Time
    34 FIELD rawExp.exp_time,        5, %s,     exp_time   
    35 FIELD rawExp.sat_pixel_frac,  5, %s,     f(sat pixels)
    36 FIELD rawExp.airmass,         5, %s,     airmass     
    37 FIELD rawExp.bg,              5, %s,     backgnd
    38 FIELD rawExp.bg_stdev,        5, %s,     stdev   
    39 FIELD rawExp.bg_mean_stdev,   5, %s,     <backgnd>
     33FIELD rawExp.dateobs,        19, %T,     Date/Time
     34FIELD rawExp.exp_time,        5, %.2f,   exp_time   
     35FIELD rawExp.sat_pixel_frac,  5, %.2f,   f(sat pixels)
     36FIELD rawExp.airmass,         5, %.4f,   airmass     
     37FIELD rawExp.bg,              5, %.2f,   backgnd
     38FIELD rawExp.bg_stdev,        5, %.2f,   stdev   
     39FIELD rawExp.bg_mean_stdev,   5, %.2f,   <backgnd>
    4040FIELD *,                      5, %s,     choose,     value=resid, detResidImfile.php,     ARG2
    4141FIELD *,                      5, %s,     choose,     value=proc,  detProcessedImfile.php, ARG3
     42
     43TD_CLASS det_off  $detInputExp.include == 0
Note: See TracChangeset for help on using the changeset viewer.