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

    r12835 r13264  
    1 TABLE detNormalizedExp
     1TABLE detNormalizedExp, rawExp
    22TITLE detNormalizedExp
    33FILE  detNormalizedExp.php
    44MENU  ipp.detrend.dat
    55
    6 #     field        size     name       show            link to                  extras
    7 FIELD det_id,        7,     det_id
    8 FIELD bg,            8,     backgnd
    9 FIELD bg_mean_stdev, 8,     [stdev]
    10 FIELD bg_stdev,      8,     stdev
    11 FIELD iteration,     5,     iteration
    12 FIELD *,             8,     image,     image=$path_base@PPIMAGE.JPEG2,  detNormalizedImfile.php, det_id=$det_id,iteration=$iteration,image=$path_base@PPIMAGE.JPEG1
    13 FIELD path_base,     20,    path_base, none
    14 #FIELD recipe, 20,   recipe
     6# the following WHERE clauses are added to all queries joined by AND
     7WHERE detNormalizedExp.exp_tag = rawExp.exp_tag
     8
     9# define image names to be used below
     10# IMAGE VAR basename filerule camera class_id
     11IMAGE JPEG2 $detNormalizedExp.path_base PPIMAGE.JPEG2 $rawExp.camera NONE
     12
     13ARGS  ARG2 det_id=$detNormalizedExp.det_id
     14ARGS  ARG2 iteration=$detNormalizedExp.iteration
     15ARGS  ARG2 exp_tag=$detNormalizedExp.exp_tag
     16ARGS  ARG2 camera=$rawExp.camera
     17ARGS  ARG2 basename=$detNormalizedExp.path_base
     18
     19#     field                           size     name     show          link to                  extras
     20FIELD detNormalizedExp.det_id,        7,     det_id
     21FIELD detNormalizedExp.bg,            8,     backgnd
     22FIELD detNormalizedExp.bg_mean_stdev, 8,     [stdev]
     23FIELD detNormalizedExp.bg_stdev,      8,     stdev
     24FIELD detNormalizedExp.iteration,     5,     iteration
     25FIELD *,                              8,     image,     image=JPEG2,  detNormalizedImfile.php, ARG2
     26FIELD detNormalizedExp.path_base,     20,    path_base, none
Note: See TracChangeset for help on using the changeset viewer.