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/warptool_towarped.sql

    r20934 r21308  
    11SELECT DISTINCT
    22    warpSkyCellMap.warp_id,
    3     0 as warp_skyfile_id,
     3    warpImfile.warp_skyfile_id,
    44    warpSkyCellMap.skycell_id,
    55    warpSkyCellMap.tess_id,
     
    1313JOIN warpSkyCellMap
    1414    USING(warp_id)
     15JOIN warpImfile
     16    ON warpSkyCellMap.warp_id = warpImfile.warp_id
     17    AND warpSkyCellMap.skycell_id = warpImfile.skycell_id
    1518JOIN fakeRun
    1619    USING(fake_id)
Note: See TracChangeset for help on using the changeset viewer.