IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 28, 2007, 10:04:27 PM (18 years ago)
Author:
eugene
Message:

adding formats to fields, minor updates

File:
1 edited

Legend:

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

    r14044 r15954  
    2121HEAD PHP   echo "<a href=detProcessedExp.php?" . $ID['link'] . "> proc </a>"; }
    2222
    23 #     field                  width      name        show         link to                 extras
    24 FIELD detInputExp.det_id,     7,        Det ID
    25 FIELD detInputExp.iteration,  5,        iteration
    26 FIELD detInputExp.exp_id,     5,        Exp ID,     value,       rawImfile.php,          ARG1
    27 FIELD rawExp.exp_name,        5,        Exp Name,   value,       rawImfile.php,          ARG1
    28 FIELD detInputExp.include,    7,        include
    29 FIELD rawExp.telescope,      10,        Telescope
    30 FIELD rawExp.camera,         10,        Camera
    31 FIELD rawExp.exp_type,       10,        Type   
    32 FIELD rawExp.filter,         10,        FILTER
    33 FIELD rawExp.dateobs,        20,        Date/Time
    34 FIELD rawExp.exp_time,        5,        exp_time   
    35 FIELD rawExp.sat_pixel_frac,  5,        f(sat pixels)
    36 FIELD rawExp.airmass,         5,        airmass     
    37 FIELD rawExp.bg,              5,        backgnd
    38 FIELD rawExp.bg_stdev,        5,        stdev   
    39 FIELD rawExp.bg_mean_stdev,   5,        &lt;backgnd&gt;
    40 FIELD *,                      5,        choose,     value=resid, detResidImfile.php,     ARG2
    41 FIELD *,                      5,        choose,     value=proc,  detProcessedImfile.php, ARG3
     23#     field                size  format  name        show         link to                 extras
     24FIELD detInputExp.det_id,     7, %s,     Det ID
     25FIELD detInputExp.iteration,  5, %s,     iteration
     26FIELD detInputExp.exp_id,     5, %s,     Exp ID,     value,       rawImfile.php,          ARG1
     27FIELD rawExp.exp_name,        5, %s,     Exp Name,   value,       rawImfile.php,          ARG1
     28FIELD detInputExp.include,    7, %s,     include
     29FIELD rawExp.telescope,      10, %s,     Telescope
     30FIELD rawExp.camera,         10, %s,     Camera
     31FIELD rawExp.exp_type,       10, %s,     Type   
     32FIELD rawExp.filter,         10, %s,     FILTER
     33FIELD rawExp.dateobs,        20, %s,     Date/Time
     34FIELD rawExp.exp_time,        5, %s,     exp_time   
     35FIELD rawExp.sat_pixel_frac,  5, %s,     f(sat pixels)
     36FIELD rawExp.airmass,         5, %s,     airmass     
     37FIELD rawExp.bg,              5, %s,     backgnd
     38FIELD rawExp.bg_stdev,        5, %s,     stdev   
     39FIELD rawExp.bg_mean_stdev,   5, %s,     &lt;backgnd&gt;
     40FIELD *,                      5, %s,     choose,     value=resid, detResidImfile.php,     ARG2
     41FIELD *,                      5, %s,     choose,     value=proc,  detProcessedImfile.php, ARG3
Note: See TracChangeset for help on using the changeset viewer.