IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9079


Ignore:
Timestamp:
Sep 29, 2006, 6:06:57 PM (20 years ago)
Author:
jhoblitt
Message:

fix -toprocessedexp sql

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/dettool.c

    r9078 r9079  
    10821082        "    AND detInputExp.exp_tag = detProcessedImfile.exp_tag"
    10831083        " LEFT JOIN detProcessedExp"
    1084         "    ON detInputExp.det_id = detStackedImfile.det_id"
    1085         "    AND detInputExp.iteration = detStackedImfile.iteration"
    1086         "    AND detProcessedImfile.exp_tag= detStackedImfile.exp_tag"
     1084        "    ON detInputExp.det_id = detProcessedExp.det_id"
     1085        "    AND detProcessedImfile.exp_tag= detProcessedExp.exp_tag"
    10871086        " LEFT JOIN rawImfile"
    10881087        "    ON detInputExp.exp_tag = rawImfile.exp_tag"
     
    10901089        " WHERE"
    10911090        "    detProcessedExp.det_id IS NULL"
    1092         "    AND detProcessedExp.iteration IS NULL"
    10931091        "    AND detProcessedExp.exp_tag IS NULL"
    10941092        "    AND detInputExp.include = 1"
Note: See TracChangeset for help on using the changeset viewer.