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

    r14096 r14113  
    1 TABLE chipRun, rawExp, chipProcessedImfile
     1TABLE chipRun, rawExp
    22TITLE chip Processed Exposures
    3 FILE  chipPendingExp.php
     3FILE  chipProcessedExp.php
    44MENU  ipp.science.dat
    55
     
    77WHERE chipRun.state = 'stop'
    88WHERE chipRun.exp_id = rawExp.exp_id
    9 WHERE chipProcessedImfile.exp_id = chipRun.exp_id
    10 WHERE chipProcessedImfile.chip_id = chipRun.chip_id
    119
    1210ARGS  ARG1  exp_id=$chipRun.exp_id
     11ARGS  ARG2  chipRun.chip_id=$chipRun.chip_id
    1312
    14 #     field                   size  name         show    link to         extras
     13#     field                   size  name         show    link to                  extras
    1514FIELD chipRun.chip_id,           7, chip ID
    16 FIELD chipRun.exp_id,            5, Exp ID
    17 FIELD rawExp.exp_name,           5, Exp Name,    value,  rawImfile.php,  ARG1
     15FIELD chipRun.exp_id,            5, Exp ID,      value,  rawImfile.php,           ARG1
     16FIELD rawExp.exp_name,           5, Exp Name,    value,  chipProcessedImfile.php, ARG2
    1817FIELD rawExp.telescope,         10, Telescope
    1918FIELD rawExp.camera,            10, Camera
     
    2928FIELD rawExp.bg_mean_stdev,      5, <backgnd>
    3029
    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
    35 
    3630# FIELD chipPendingExp.reduction,    20,   reduction
    3731# FIELD chipPendingExp.guide_id,     20, guide ID
Note: See TracChangeset for help on using the changeset viewer.