IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 22, 2007, 2:15:35 PM (19 years ago)
Author:
eugene
Message:

fixed iamges

File:
1 edited

Legend:

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

    r13264 r13481  
    1 TABLE detNormalizedExp, rawExp
     1TABLE detNormalizedExp, detRun
    22TITLE detNormalizedExp
    33FILE  detNormalizedExp.php
     
    55
    66# the following WHERE clauses are added to all queries joined by AND
    7 WHERE detNormalizedExp.exp_tag = rawExp.exp_tag
     7WHERE detNormalizedExp.det_id    = detRun.det_id
     8WHERE detNormalizedExp.iteration = detRun.iteration
    89
    910# define image names to be used below
    1011# IMAGE VAR basename filerule camera class_id
    11 IMAGE JPEG2 $detNormalizedExp.path_base PPIMAGE.JPEG2 $rawExp.camera NONE
     12IMAGE JPEG2 $detNormalizedExp.path_base PPIMAGE.JPEG2 $detRun.camera NONE
    1213
    1314ARGS  ARG2 det_id=$detNormalizedExp.det_id
    1415ARGS  ARG2 iteration=$detNormalizedExp.iteration
    15 ARGS  ARG2 exp_tag=$detNormalizedExp.exp_tag
    16 ARGS  ARG2 camera=$rawExp.camera
    1716ARGS  ARG2 basename=$detNormalizedExp.path_base
     17ARGS  ARG2 camera=$detRun.camera
    1818
    1919#     field                           size     name     show          link to                  extras
     
    2525FIELD *,                              8,     image,     image=JPEG2,  detNormalizedImfile.php, ARG2
    2626FIELD detNormalizedExp.path_base,     20,    path_base, none
     27FIELD detRun.camera,                  20,    camera,    none
Note: See TracChangeset for help on using the changeset viewer.