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

    r13770 r14044  
    55
    66WHERE camProcessedExp.chip_id = chipProcessedExp.chip_id
    7 WHERE chipProcessedExp.exp_tag = rawExp.exp_tag
     7WHERE chipProcessedExp.exp_id = rawExp.exp_id
    88
    99# define image names to be used below
     
    1414ARGS  ARG1  camera=$rawExp.camera
    1515ARGS  ARG1  basename=$camProcessedExp.path_base
    16 ARGS  ARG1  exp_tag=$chipProcessedExp.exp_tag
     16ARGS  ARG1  exp_id=$chipProcessedExp.exp_id
    1717
    1818#     field                           size  name       show        link to                  extras
    19 FIELD chipProcessedExp.exp_tag,       15,   Exposure,  value
     19FIELD chipProcessedExp.exp_id,        5,    Exp ID,    value
    2020FIELD *,                              8,    image,     image=JPEG, chipProcessedImfile.php, ARG1
    2121FIELD camProcessedExp.bg,             8,    backgnd,   value
Note: See TracChangeset for help on using the changeset viewer.