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_pendingimfile.sql

    r20934 r21308  
    11SELECT
    22    chipRun.*,
    3     0 as chip_imfile_id,
     3    chipImfile.chip_imfile_id,
    44    rawImfile.class_id,
    55    rawImfile.uri,
     
    99    rawExp.telescope,
    1010    rawExp.filelevel
    11 FROM chipRun
     11FROM chipImfile
     12JOIN chipRun
     13    USING(chip_id)
    1214JOIN rawExp
    1315    USING(exp_id)
Note: See TracChangeset for help on using the changeset viewer.