IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14014 for trunk/ippMonitor


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

adding metadata from rawExp

File:
1 edited

Legend:

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

    r13264 r14014  
    1 TABLE chipPendingExp
     1TABLE chipPendingExp, rawExp
    22TITLE chipPendingExp
    33FILE  chipPendingExp.php
    44MENU  ipp.science.dat
    55
     6# limit this table to non-OBJECT types of images
     7WHERE chipPendingExp.exp_tag = rawExp.exp_tag
     8
    69ARGS  ARG1  exp_tag=$exp_tag
    710
    8 #     field          size  name         show    link to         extras
    9 FIELD chip_id,       20,   chip ID
    10 FIELD exp_tag,       20,   exposure ID, value,  rawImfile.php,  ARG1
    11 FIELD recipe,        20,   recipe
    12 FIELD guide_id,      20,   guide ID
     11#     field                   size  name         show    link to         extras
     12FIELD chipPendingExp.chip_id,    7, chip ID
     13FIELD chipPendingExp.exp_tag,   20, exposure ID, value,  rawImfile.php,  ARG1
     14FIELD rawExp.telescope,         10, Telescope
     15FIELD rawExp.camera,            10, Camera
     16FIELD rawExp.dateobs,           20, Date/Time
     17FIELD rawExp.filter,            10, FILTER
     18FIELD rawExp.ra,                 5, RA   
     19FIELD rawExp.decl,               5, Dec
     20FIELD rawExp.exp_time,           5, exp_time   
     21FIELD rawExp.sat_pixel_frac,     5, f(sat pixels)
     22FIELD rawExp.airmass,            5, airmass     
     23FIELD rawExp.bg,                 5, backgnd
     24FIELD rawExp.bg_stdev,           5, stdev   
     25FIELD rawExp.bg_mean_stdev,      5, <backgnd>
     26
     27
     28# FIELD chipPendingExp.reduction,    20,   reduction
     29# FIELD chipPendingExp.guide_id,     20, guide ID
Note: See TracChangeset for help on using the changeset viewer.