IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 9, 2007, 5:10:37 PM (19 years ago)
Author:
eugene
Message:

updated to match new schema

File:
1 edited

Legend:

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

    r14044 r14096  
    1 TABLE chipProcessedExp
    2 TITLE chipProcessedExp
    3 FILE  chipProcessedExp.php
     1TABLE chipRun, rawExp, chipProcessedImfile
     2TITLE chip Processed Exposures
     3FILE  chipPendingExp.php
    44MENU  ipp.science.dat
    55
    6 ARGS  ARG1  exp_id=$exp_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 exp_id,        20,   Exp ID,        value,   chipProcessedImfile.php,  ARG1
    10 FIELD chip_id,       20,   Chip ID
    11 FIELD guide_id,      20,   guide ID,      value,   guideProcessedExp.php,    ARG1
    12 FIELD label,         20,   label
    13 FIELD workdir,       20,   workdir
     12ARGS  ARG1  exp_id=$chipRun.exp_id
     13
     14#     field                   size  name         show    link to         extras
     15FIELD chipRun.chip_id,           7, chip ID
     16FIELD chipRun.exp_id,            5, Exp ID
     17FIELD rawExp.exp_name,           5, Exp Name,    value,  rawImfile.php,  ARG1
     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 rawExp.bg,                 5, backgnd
     28FIELD rawExp.bg_stdev,           5, stdev   
     29FIELD rawExp.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.