IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 10, 2007, 3:07:42 PM (19 years ago)
Author:
eugene
Message:

updating to new table schema

File:
1 edited

Legend:

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

    r14044 r14113  
    1 TABLE chipProcessedImfile, chipProcessedExp
    2 TITLE chipProcessedImfile
     1TABLE chipRun, rawExp, chipProcessedImfile
     2TITLE chip Processed Imfile
    33FILE  chipProcessedImfile.php
    4 MENU  ipp.imfiles.dat
     4MENU  ipp.science.dat
    55
    6 WHERE chipProcessedImfile.chip_id = chipProcessedExp.chip_id
     6# limit this table to non-OBJECT types of images
     7WHERE chipRun.state = 'stop'
     8WHERE chipRun.exp_id = rawExp.exp_id
     9WHERE chipProcessedImfile.exp_id = chipRun.exp_id
     10WHERE chipProcessedImfile.chip_id = chipRun.chip_id
    711
    8 #     field                               size  name        show  link to     extras
    9 FIELD chipProcessedExp.exp_id,            15,   Exposure
    10 FIELD chipProcessedImfile.class_id,       8,    Chip ID
    11 FIELD chipProcessedImfile.bg,             8,    backgnd
    12 FIELD chipProcessedImfile.bg_mean_stdev,  8,    [stdev]
    13 FIELD chipProcessedImfile.bg_stdev,       8,    stdev
     12ARGS  ARG1  exp_id=$chipRun.exp_id
    1413
    15 TAIL PHP insert_image ('PPIMAGE.JPEG1');
     14#     field                   size  name         show    link to                  extras
     15FIELD chipRun.chip_id,           7, chip ID
     16FIELD chipRun.exp_id,            5, Exp ID,      value,  rawImfile.php,           ARG1
     17FIELD rawExp.exp_name,           5, Exp Name,    value,  chipProcessedImfile.php, ARG2
     18FIELD rawExp.telescope,         10, Telescope
     19FIELD rawExp.camera,            10, Camera
     20FIELD rawExp.dateobs,           20, Date/Time
     21FIELD rawExp.filter,            10, FILTER
     22FIELD rawExp.ra,                 5, RA   
     23FIELD rawExp.decl,               5, Dec
     24FIELD rawExp.exp_time,           5, exp_time   
     25FIELD rawExp.sat_pixel_frac,     5, f(sat pixels)
     26FIELD rawExp.airmass,            5, airmass     
     27FIELD chipProcessedImfile.bg,                    5, backgnd
     28FIELD chipProcessedImfile.bg_stdev,              5, stdev   
     29FIELD chipProcessedImfile.bg_mean_stdev,         5, <backgnd>
     30
     31FIELD chipProcessedImfile.n_stars,  5, Nstars
     32FIELD chipProcessedImfile.n_astrom, 5, Nastrom
     33FIELD chipProcessedImfile.sigma_ra, 5, sigma ra
     34FIELD chipProcessedImfile.fwhm,     5, FHWM
     35
     36# FIELD chipPendingExp.reduction,    20,   reduction
     37# FIELD chipPendingExp.guide_id,     20, guide ID
Note: See TracChangeset for help on using the changeset viewer.