IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21321


Ignore:
Timestamp:
Feb 5, 2009, 10:30:23 AM (17 years ago)
Author:
bills
Message:

add warp_skyfile_id to the output

File:
1 edited

Legend:

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

    r20073 r21321  
    22    warpSkyfile.*,
    33    warpRun.state,
     4    warpImfile.warp_skyfile_id,
    45    rawExp.exp_id,
    56    rawExp.exp_name,
     
    89JOIN warpSkyfile
    910    USING(warp_id)
     11JOIN warpImfile
     12    USING(warp_id, skycell_id)
    1013JOIN fakeRun
    1114    ON warpRun.fake_id = fakeRun.fake_id
Note: See TracChangeset for help on using the changeset viewer.