IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 5, 2007, 4:08:25 PM (19 years ago)
Author:
jhoblitt
Message:

remove stale use of chipProcessedExp

File:
1 edited

Legend:

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

    r14025 r14031  
    1 SELECT
    2     chipProcessedExp.*,
     1SELECT DISTINCT
    32    chipProcessedImfile.class_id,
    43    chipProcessedImfile.uri,
     
    1211    rawExp.telescope,
    1312    rawExp.filelevel
    14 FROM chipProcessedImfile
    15 JOIN chipProcessedExp
     13FROM chipRun
     14JOIN chipProcessedImfile
    1615    USING(chip_id)
    1716JOIN rawExp
    18     ON chipProcessedExp.exp_id = rawExp.exp_id
     17    ON chipProcesseImfile.exp_id = rawExp.exp_id
    1918WHERE
    2019-- bogus test; just here so there there is a 'WHERE' stmt to append conditionals too
Note: See TracChangeset for help on using the changeset viewer.