IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2009, 9:35:41 AM (17 years ago)
Author:
bills
Message:

Changed the way image ids are handled. For chip and warp new tables are
added the sole purpose of which are to create the image ids before
the images are created. For diff the id is added to diffInputSkyfile

File:
1 edited

Legend:

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

    r18948 r21308  
    11SELECT DISTINCT
     2    chipProcessedImfile.chip_id,
     3    chipImfile.chip_imfile_id,
    24    chipProcessedImfile.class_id,
    35    chipProcessedImfile.uri,
     
    1416    rawExp.filelevel
    1517FROM chipRun
     18JOIN chipImfile
     19    USING(chip_id)
    1620JOIN chipProcessedImfile
    1721    USING(chip_id)
    1822JOIN rawExp
    1923    ON chipProcessedImfile.exp_id = rawExp.exp_id
    20 WHERE
    21 -- bogus test; just here so there there is a 'WHERE' stmt to append conditionals too
    22     chipProcessedImfile.exp_id is NOT NULL
    23 
Note: See TracChangeset for help on using the changeset viewer.