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

    r13595 r14044  
    55
    66# the following WHERE clauses are added to all queries joined by AND
    7 WHERE detProcessedExp.exp_tag = rawExp.exp_tag
     7WHERE detProcessedExp.exp_id = rawExp.exp_id
    88
    99# define image names to be used below
     
    1212
    1313ARGS  ARG1 det_id=$detProcessedExp.det_id
    14 ARGS  ARG1 exp_tag=$detProcessedExp.exp_tag
     14ARGS  ARG1 exp_id=$detProcessedExp.exp_id
    1515ARGS  ARG1 camera=$rawExp.camera
    1616ARGS  ARG1 basename=$detProcessedExp.path_base
     
    2121FIELD detProcessedExp.det_id,     7,    Det ID,    value
    2222FIELD rawExp.camera,             10,    camera,    value
    23 FIELD detProcessedExp.exp_tag,   15,    Exposure,  value
     23FIELD detProcessedExp.exp_id,     5,    Exp ID,    value
     24FIELD rawExp.exp_name,            5,    Exp Name,  value
    2425FIELD *,                          8,    image,     image=JPEG2,  detProcessedImfile.php, ARG1
    2526FIELD detProcessedExp.bg,         8,    backgnd,   value
Note: See TracChangeset for help on using the changeset viewer.