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

    r14113 r15954  
    1111ARGS  ARG2  chipRun.chip_id=$chipRun.chip_id
    1212
    13 #     field                   size  name         show    link to                  extras
    14 FIELD chipRun.chip_id,           7, chip ID
    15 FIELD chipRun.exp_id,            5, Exp ID,      value,  rawImfile.php,           ARG1
    16 FIELD rawExp.exp_name,           5, Exp Name,    value,  chipProcessedImfile.php, ARG2
    17 FIELD rawExp.telescope,         10, Telescope
    18 FIELD rawExp.camera,            10, Camera
    19 FIELD rawExp.dateobs,           20, Date/Time
    20 FIELD rawExp.filter,            10, FILTER
    21 FIELD rawExp.ra,                 5, RA   
    22 FIELD rawExp.decl,               5, Dec
    23 FIELD rawExp.exp_time,           5, exp_time   
    24 FIELD rawExp.sat_pixel_frac,     5, f(sat pixels)
    25 FIELD rawExp.airmass,            5, airmass     
    26 FIELD rawExp.bg,                 5, backgnd
    27 FIELD rawExp.bg_stdev,           5, stdev   
    28 FIELD rawExp.bg_mean_stdev,      5, <backgnd>
     13#     field                   size  format  name         show    link to                  extras
     14FIELD chipRun.chip_id,           7, %s,     chip ID
     15FIELD chipRun.exp_id,            5, %s,     Exp ID,      value,  rawImfile.php,           ARG1
     16FIELD rawExp.exp_name,           5, %s,     Exp Name,    value,  chipProcessedImfile.php, ARG2
     17FIELD rawExp.telescope,         10, %s,     Telescope
     18FIELD rawExp.camera,            10, %s,     Camera
     19FIELD rawExp.dateobs,           20, %s,     Date/Time
     20FIELD rawExp.filter,            10, %s,     FILTER
     21FIELD rawExp.ra,                 5, %s,     RA   
     22FIELD rawExp.decl,               5, %s,     Dec
     23FIELD rawExp.exp_time,           5, %s,     exp_time   
     24FIELD rawExp.sat_pixel_frac,     5, %s,     f(sat pixels)
     25FIELD rawExp.airmass,            5, %s,     airmass     
     26FIELD rawExp.bg,                 5, %s,     backgnd
     27FIELD rawExp.bg_stdev,           5, %s,     stdev   
     28FIELD rawExp.bg_mean_stdev,      5, %s,     <backgnd>
    2929
    3030# FIELD chipPendingExp.reduction,    20,   reduction
Note: See TracChangeset for help on using the changeset viewer.