IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2007, 3:07:41 PM (19 years ago)
Author:
eugene
Message:

updates to use new API for images

File:
1 edited

Legend:

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

    r12835 r13264  
    1 TABLE detProcessedExp
     1TABLE detProcessedExp, rawExp
    22TITLE detProcessedExp
    33FILE  detProcessedExp.php
    44MENU  ipp.detrend.dat
    55
    6 #     field     size   name       show            link to                 extras
    7 FIELD det_id,     7,   Det ID,    value
    8 FIELD exp_tag,   15,   Exposure,  value
    9 FIELD *,          8,   image,     image=$path_base@PPIMAGE.JPEG2,  detProcessedImfile.php, det_id=$det_id,exp_tag=$exp_tag,image=$path_base@PPIMAGE.JPEG1
    10 FIELD bg,         8,   backgnd,   value
    11 FIELD bg_mean_stdev, 8, [stdev],  value
    12 FIELD bg_stdev,   8,   stdev,     value
    13 FIELD recipe,    15,   Recipe,    value
    14 FIELD path_base, 20,   path_base, none
     6# the following WHERE clauses are added to all queries joined by AND
     7WHERE detProcessedExp.exp_tag = rawExp.exp_tag
     8
     9# define image names to be used below
     10# IMAGE VAR basename filerule camera class_id
     11IMAGE JPEG2 $detProcessedExp.path_base PPIMAGE.JPEG2 $rawExp.camera NONE
     12
     13ARGS  ARG1 det_id=$detProcessedExp.det_id
     14ARGS  ARG1 exp_tag=$detProcessedExp.exp_tag
     15ARGS  ARG1 camera=$rawExp.camera
     16ARGS  ARG1 basename=$detProcessedExp.path_base
     17
     18#     field                    size     name       show          link to                 extras
     19FIELD detProcessedExp.det_id,     7,    Det ID,    value
     20FIELD rawExp.camera,             10,    camera,    value
     21FIELD detProcessedExp.exp_tag,   15,    Exposure,  value
     22FIELD *,                          8,    image,     image=JPEG2,  detProcessedImfile.php, ARG1
     23FIELD detProcessedExp.bg,         8,    backgnd,   value
     24FIELD detProcessedExp.bg_mean_stdev, 8, [stdev],   value
     25FIELD detProcessedExp.bg_stdev,   8,    stdev,     value
     26FIELD detProcessedExp.recipe,    15,    Recipe,    value
     27FIELD detProcessedExp.path_base, 20,    path_base, none
     28
     29# note: you must include all desired fields, where ever they are used,
     30# in FIELD
Note: See TracChangeset for help on using the changeset viewer.