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

    r13725 r14044  
    55
    66# limit this table to non-OBJECT types of images
    7 WHERE detInputExp.exp_tag = rawExp.exp_tag
     7WHERE detInputExp.exp_id = rawExp.exp_id
    88
    9 ARGS  ARG1  rawImfile.exp_tag=$detInputExp.exp_tag
     9ARGS  ARG1  rawImfile.exp_id=$detInputExp.exp_id
    1010
    11 ARGS  ARG2  detResidImfile.exp_tag=$detInputExp.exp_tag
     11ARGS  ARG2  detResidImfile.exp_id=$detInputExp.exp_id
    1212ARGS  ARG2  detResidImfile.det_id=$detInputExp.det_id
    1313ARGS  ARG2  detResidImfile.iteration=$detInputExp.iteration
    1414
    15 ARGS  ARG2  detProcessedImfile.exp_tag=$detInputExp.exp_tag
     15ARGS  ARG2  detProcessedImfile.exp_id=$detInputExp.exp_id
    1616ARGS  ARG2  detProcessedImfile.det_id=$detInputExp.det_id
    1717ARGS  ARG2  detProcessedImfile.iteration=$detInputExp.iteration
     
    2222
    2323#     field                  width      name        show         link to                 extras
    24 FIELD detInputExp.det_id,    7,         det_id
    25 FIELD detInputExp.iteration, 5,         iteration
    26 FIELD detInputExp.exp_tag,   20,        exposure,   value,       rawImfile.php,          ARG1
    27 FIELD detInputExp.include,   7,         include
     24FIELD detInputExp.det_id,     7,        Det ID
     25FIELD detInputExp.iteration,  5,        iteration
     26FIELD detInputExp.exp_id,     5,        Exp ID,     value,       rawImfile.php,          ARG1
     27FIELD rawExp.exp_name,        5,        Exp Name,   value,       rawImfile.php,          ARG1
     28FIELD detInputExp.include,    7,        include
    2829FIELD rawExp.telescope,      10,        Telescope
    2930FIELD rawExp.camera,         10,        Camera
Note: See TracChangeset for help on using the changeset viewer.