IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 6, 2007, 11:44:02 AM (19 years ago)
Author:
eugene
Message:

update for change from exp_tag to exp_id and other recent mods

File:
1 edited

Legend:

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

    r13978 r14044  
    55
    66# the following WHERE clauses are added to all queries joined by AND
    7 WHERE detResidExp.exp_tag = rawExp.exp_tag
     7WHERE detResidExp.exp_id = rawExp.exp_id
    88
    99# define image names to be used below
     
    1212
    1313# define the arguments supplied to the links below (if any)
    14 ARGS  ARG1 exp_tag=$detResidExp.exp_tag
     14ARGS  ARG1 exp_id=$detResidExp.exp_id
    1515
    1616ARGS  ARG2 det_id=$detResidExp.det_id
    1717ARGS  ARG2 iteration=$detResidExp.iteration
    18 ARGS  ARG2 exp_tag=$detResidExp.exp_tag
     18ARGS  ARG2 exp_id=$detResidExp.exp_id
    1919ARGS  ARG2 camera=$rawExp.camera
    2020ARGS  ARG2 basename=$detResidExp.path_base
     
    2525FIELD detResidExp.det_id,        7,   Det ID,    value
    2626FIELD rawExp.camera,            10,   camera,    value
    27 FIELD detResidExp.exp_tag,      15,   Exposure,  value,       rawImfile.php,       ARG1
     27FIELD detResidExp.exp_id,        5,   Exp ID,    value,       rawImfile.php,       ARG1
     28FIELD rawExp.exp_name,           5,   Exp Name,  value,       rawImfile.php,       ARG1
    2829FIELD detResidExp.iteration,     5,   iter,      value
    2930FIELD *,                         8,   image,     image=JPEG2, detResidImfile.php,  ARG2
Note: See TracChangeset for help on using the changeset viewer.