IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 18, 2013, 1:46:43 PM (13 years ago)
Author:
bills
Message:

fix errors in defining and running warp_bg and chip_bg runs

File:
1 edited

Legend:

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

    r35154 r35672  
    1515JOIN chipBackgroundRun ON chipRun.chip_id = chipBackgroundRun.chip_id
    1616    AND (chipBackgroundRun.cam_id = camRun.cam_id OR chipBackgroundRun.cam_id = 0)
    17 LEFT JOIN warpBackgroundRun ON chipBackgroundRun.chip_bg_id = warpBackgroundRun.warp_bg_id -- label hook %s
     17LEFT JOIN warpBackgroundRun ON chipBackgroundRun.chip_bg_id = warpBackgroundRun.chip_bg_id -- label hook %s
    1818WHERE chipBackgroundRun.state = 'full'
    1919    AND warpRun.state IN ('full', 'cleaned', 'goto_cleaned') -- need warp to have completed so warpSkyCellMap is populated
Note: See TracChangeset for help on using the changeset viewer.