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

    r14044 r14096  
    1 TABLE camProcessedExp, chipProcessedExp, rawExp
    2 TITLE Camera-Level Processed Exposures
     1TABLE camRun, camProcessedExp, chipRun, rawExp
     2TITLE Camera Processed
    33FILE  camProcessedExp.php
    44MENU  ipp.science.dat
    55
    6 WHERE camProcessedExp.chip_id = chipProcessedExp.chip_id
    7 WHERE chipProcessedExp.exp_id = rawExp.exp_id
     6WHERE camRun.state = 'stop'
     7WHERE camRun.chip_id = chipRun.chip_id
     8WHERE chipRun.exp_id = rawExp.exp_id
     9WHERE camProcessedExp.cam_id = camRun.cam_id
     10WHERE camProcessedExp.chip_id = camRun.chip_id
    811
    9 # define image names to be used below
    10 # IMAGE VAR basename filerule camera class_id
    11 IMAGE JPEG  $camProcessedExp.path_base PPIMAGE.JPEG2 $rawExp.camera NONE
     12ARGS  ARG1  chipRun.exp_id=$chipRun.exp_id
    1213
    13 # show all chips for this camera exposure, summary stats from the camera tables
    14 ARGS  ARG1  camera=$rawExp.camera
    15 ARGS  ARG1  basename=$camProcessedExp.path_base
    16 ARGS  ARG1  exp_id=$chipProcessedExp.exp_id
     14#     field                     size  name          show   link to                  extras
     15FIELD camRun.cam_id,             5,   chip ID,      value, chipProcessedExp.php,    ARG1
     16FIELD chipRun.chip_id,           5,   cam ID
     17FIELD chipRun.exp_id,            5,   exposure ID,  value, chipProcessedImfile.php, ARG1
     18FIELD rawExp.exp_name,           5,   Exp Name,     value, rawImfile.php,  ARG1
     19FIELD rawExp.telescope,         10,   Telescope
     20FIELD rawExp.camera,            10,   Camera
     21FIELD rawExp.dateobs,           20,   Date/Time
     22FIELD rawExp.filter,            10,   FILTER
     23FIELD rawExp.ra,                 5,   RA   
     24FIELD rawExp.decl,               5,   Dec
     25FIELD rawExp.exp_time,           5,   exp_time   
     26FIELD rawExp.sat_pixel_frac,     5,   f(sat pixels)
     27FIELD rawExp.airmass,            5,   airmass     
     28FIELD rawExp.bg,                 5,   backgnd
     29FIELD rawExp.bg_stdev,           5,   stdev   
     30FIELD rawExp.bg_mean_stdev,      5,   <backgnd>
    1731
    18 #     field                           size  name       show        link to                  extras
    19 FIELD chipProcessedExp.exp_id,        5,    Exp ID,    value
    20 FIELD *,                              8,    image,     image=JPEG, chipProcessedImfile.php, ARG1
    21 FIELD camProcessedExp.bg,             8,    backgnd,   value
    22 FIELD camProcessedExp.bg_mean_stdev,  8,    [stdev],   value
    23 FIELD camProcessedExp.bg_stdev,       8,    stdev,     value
    24 FIELD camProcessedExp.path_base,      20,   path_base, value
    25 FIELD camProcessedExp.uri,            20,   uri,       value
     32FIELD camProcessedExp.n_stars,  5, Nstars
     33FIELD camProcessedExp.n_astrom, 5, Nastrom
     34FIELD camProcessedExp.sigma_ra, 5, sigma ra
     35FIELD camProcessedExp.fwhm,     5, FHWM
Note: See TracChangeset for help on using the changeset viewer.