IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 29, 2007, 3:18:45 PM (19 years ago)
Author:
eugene
Message:

fixed SQL error yielding multiple copies of the chip imfiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/warptool_imfile.sql

    r14566 r14698  
    1515    ON camProcessedExp.chip_id = chipProcessedImfile.chip_id
    1616JOIN rawImfile -- is there any reason not to refer back to rawimfiles?
    17     ON chipProcessedImfile.exp_id = rawImfile.exp_id
     17    ON chipProcessedImfile.exp_id = rawImfile.exp_id AND chipProcessedImfile.class_id = rawImfile.class_id
    1818WHERE
    1919    warpRun.state = 'run'
Note: See TracChangeset for help on using the changeset viewer.