IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28743 for trunk/ippTools/share


Ignore:
Timestamp:
Jul 28, 2010, 2:23:10 PM (16 years ago)
Author:
bills
Message:

in -updatewarp don't need to join to warpBackgroundSkyfile pxUpdateRun will handle that if necessary
Fix typo in warpBackgroundSkyfile table name

File:
1 edited

Legend:

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

    r28486 r28743  
    1313    rawExp.exp_time
    1414FROM warpBackgroundRun
    15 JOIN warpBackgroundImfile USING(warp_bg_id)
     15JOIN warpBackgroundSkyfile USING(warp_bg_id)
    1616JOIN warpRun USING(warp_id)
    1717JOIN fakeRun USING(fake_id)
Note: See TracChangeset for help on using the changeset viewer.