IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28477


Ignore:
Timestamp:
Jun 24, 2010, 2:12:59 PM (16 years ago)
Author:
Paul Price
Message:

Don't need warps for warpBackgroundRun.

Location:
branches/pap/ippTools/share
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ippTools/share/bgtool_definewarp.sql

    r28458 r28477  
    99JOIN rawExp USING(exp_id)
    1010LEFT JOIN warpBackgroundRun USING(chip_bg_id)
    11 WHERE warpRun.state = 'full'
    12     AND chipBackgroundRun.state = 'full'
     11WHERE chipBackgroundRun.state = 'full'
  • branches/pap/ippTools/share/bgtool_towarp.sql

    r28472 r28477  
    1515LEFT JOIN Label ON Label.label = warpBackgroundRun.label
    1616WHERE warpBackgroundSkyfile.warp_bg_id IS NULL
    17     AND warpRun.state = 'full'
    18     AND warpSkyfile.fault = 0
    19     AND warpSkyfile.quality = 0
    2017    AND chipBackgroundRun.state = 'full'
    2118    AND chipBackgroundImfile.fault = 0
Note: See TracChangeset for help on using the changeset viewer.