IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14154


Ignore:
Timestamp:
Jul 11, 2007, 8:53:58 PM (19 years ago)
Author:
eugene
Message:

add image, more fields

File:
1 edited

Legend:

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

    r14113 r14154  
    1010WHERE chipProcessedImfile.chip_id = chipRun.chip_id
    1111
    12 ARGS  ARG1  exp_id=$chipRun.exp_id
     12ARGS  ARG1 exp_id=$chipRun.exp_id
    1313
    14 #     field                   size  name         show    link to                  extras
    15 FIELD chipRun.chip_id,           7, chip ID
    16 FIELD chipRun.exp_id,            5, Exp ID,      value,  rawImfile.php,           ARG1
    17 FIELD rawExp.exp_name,           5, Exp Name,    value,  chipProcessedImfile.php, ARG2
    18 FIELD rawExp.telescope,         10, Telescope
    19 FIELD rawExp.camera,            10, Camera
    20 FIELD rawExp.dateobs,           20, Date/Time
    21 FIELD rawExp.filter,            10, FILTER
    22 FIELD rawExp.ra,                 5, RA   
    23 FIELD rawExp.decl,               5, Dec
    24 FIELD rawExp.exp_time,           5, exp_time   
    25 FIELD rawExp.sat_pixel_frac,     5, f(sat pixels)
    26 FIELD rawExp.airmass,            5, airmass     
    27 FIELD chipProcessedImfile.bg,                    5, backgnd
    28 FIELD chipProcessedImfile.bg_stdev,              5, stdev   
    29 FIELD chipProcessedImfile.bg_mean_stdev,         5, <backgnd>
     14ARGS  ARG2 chipRun.chip_id=$chipRun.chip_id
     15ARGS  ARG2 camera=$rawExp.camera
     16ARGS  ARG2 basename=$chipProcessedImfile.path_base
     17ARGS  ARG2 class=$chipProcessedImfile.class_id
    3018
    31 FIELD chipProcessedImfile.n_stars,  5, Nstars
    32 FIELD chipProcessedImfile.n_astrom, 5, Nastrom
    33 FIELD chipProcessedImfile.sigma_ra, 5, sigma ra
    34 FIELD chipProcessedImfile.fwhm,     5, FHWM
     19#     field                            size  name         show    link to                  extras
     20FIELD chipRun.chip_id,                    7, chip ID
     21FIELD chipRun.exp_id,                     5, Exp ID,      value,  rawImfile.php,           ARG1
     22FIELD chipProcessedImfile.class_id,       5, Class ID
     23FIELD rawExp.exp_name,                    5, Exp Name,    value,  chipProcessedImfile.php, ARG2
     24FIELD rawExp.telescope,                  10, Telescope
     25FIELD rawExp.camera,                     10, Camera
     26FIELD rawExp.dateobs,                    20, Date/Time
     27FIELD rawExp.filter,                     10, FILTER
     28FIELD rawExp.ra,                          5, RA   
     29FIELD rawExp.decl,                        5, Dec
     30FIELD rawExp.exp_time,                    5, exp_time   
     31FIELD rawExp.sat_pixel_frac,              5, f(sat pixels)
     32FIELD rawExp.airmass,                     5, airmass     
     33FIELD chipProcessedImfile.bg,             5, backgnd
     34FIELD chipProcessedImfile.bg_stdev,       5, stdev   
     35FIELD chipProcessedImfile.bg_mean_stdev,  5, <backgnd>
     36
     37FIELD chipProcessedImfile.n_stars,        5, Nstars
     38FIELD chipProcessedImfile.n_astrom,       5, Nastrom
     39FIELD chipProcessedImfile.sigma_ra,       5, sigma ra
     40FIELD chipProcessedImfile.fwhm,           5, FHWM
     41FIELD chipProcessedImfile.path_base,      5, path_base, none
    3542
    3643# FIELD chipPendingExp.reduction,    20,   reduction
    3744# FIELD chipPendingExp.guide_id,     20, guide ID
     45
     46TAIL PHP insert_log ('LOG.IMFILE');
Note: See TracChangeset for help on using the changeset viewer.