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

    r14154 r15954  
    55
    66# limit this table to non-OBJECT types of images
    7 WHERE chipRun.state = 'stop'
    87WHERE chipRun.exp_id = rawExp.exp_id
    98WHERE chipProcessedImfile.exp_id = chipRun.exp_id
     
    1716ARGS  ARG2 class=$chipProcessedImfile.class_id
    1817
    19 #     field                            size  name         show    link to                  extras
    20 FIELD chipRun.chip_id,                    7, chip ID
    21 FIELD chipRun.exp_id,                     5, Exp ID,      value,  rawImfile.php,           ARG1
    22 FIELD chipProcessedImfile.class_id,       5, Class ID
    23 FIELD rawExp.exp_name,                    5, Exp Name,    value,  chipProcessedImfile.php, ARG2
    24 FIELD rawExp.telescope,                  10, Telescope
    25 FIELD rawExp.camera,                     10, Camera
    26 FIELD rawExp.dateobs,                    20, Date/Time
    27 FIELD rawExp.filter,                     10, FILTER
    28 FIELD rawExp.ra,                          5, RA   
    29 FIELD rawExp.decl,                        5, Dec
    30 FIELD rawExp.exp_time,                    5, exp_time   
    31 FIELD rawExp.sat_pixel_frac,              5, f(sat pixels)
    32 FIELD rawExp.airmass,                     5, airmass     
    33 FIELD chipProcessedImfile.bg,             5, backgnd
    34 FIELD chipProcessedImfile.bg_stdev,       5, stdev   
    35 FIELD chipProcessedImfile.bg_mean_stdev,  5, <backgnd>
    36 
    37 FIELD chipProcessedImfile.n_stars,        5, Nstars
    38 FIELD chipProcessedImfile.n_astrom,       5, Nastrom
    39 FIELD chipProcessedImfile.sigma_ra,       5, sigma ra
    40 FIELD chipProcessedImfile.fwhm,           5, FHWM
    41 FIELD chipProcessedImfile.path_base,      5, path_base, none
    42 
    43 # FIELD chipPendingExp.reduction,    20,   reduction
    44 # FIELD chipPendingExp.guide_id,     20, guide ID
     18#     field                            size  format  name         show    link to                  extras
     19FIELD chipRun.chip_id,                    7, %s,     chip ID
     20FIELD chipRun.exp_id,                     5, %s,     Exp ID,      value,  rawImfile.php,           ARG1
     21FIELD chipProcessedImfile.class_id,       5, %s,     Class ID
     22FIELD rawExp.exp_name,                    5, %s,     Exp Name,    value,  chipProcessedImfile.php, ARG2
     23FIELD rawExp.telescope,                  10, %s,     Telescope
     24FIELD rawExp.camera,                     10, %s,     Camera
     25FIELD rawExp.dateobs,                    20, %s,     Date/Time
     26FIELD rawExp.filter,                     10, %s,     FILTER
     27FIELD rawExp.ra,                          5, %s,     RA   
     28FIELD rawExp.decl,                        5, %s,     Dec
     29FIELD rawExp.exp_time,                    5, %s,     exp_time   
     30FIELD rawExp.sat_pixel_frac,              5, %s,     f(sat pixels)
     31FIELD rawExp.airmass,                     5, %s,     airmass     
     32FIELD chipProcessedImfile.bg,             5, %s,     backgnd
     33FIELD chipProcessedImfile.bg_stdev,       5, %s,     stdev   
     34FIELD chipProcessedImfile.bg_mean_stdev,  5, %s,     <backgnd>
     35FIELD chipProcessedImfile.n_stars,        5, %s,     Nstars
     36FIELD chipProcessedImfile.n_astrom,       5, %s,     Nastrom
     37FIELD chipProcessedImfile.sigma_ra,       5, %s,     sigma ra
     38FIELD chipProcessedImfile.fwhm,           5, %s,     FHWM
     39FIELD chipProcessedImfile.path_base,      5, %s,     path_base, none
     40# FIELD chipPendingExp.reduction,        20, %s,     reduction
     41# FIELD chipPendingExp.guide_id,         20, %s,     guide ID
    4542
    4643TAIL PHP insert_log ('LOG.IMFILE');
Note: See TracChangeset for help on using the changeset viewer.