IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28551


Ignore:
Timestamp:
Jun 29, 2010, 2:05:27 PM (16 years ago)
Author:
Paul Price
Message:

Only need warps to have completed, not necessarily in 'full' state, because we get all pixel inputs from chipBackgroundImfile; but we want to know which skycells have bad 'quality' so as to ignore them.

Location:
trunk/ippTools/share
Files:
3 edited

Legend:

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

    r28486 r28551  
    1010LEFT JOIN warpBackgroundRun USING(chip_bg_id)
    1111WHERE chipBackgroundRun.state = 'full'
     12    AND warpRun.state IN ('full', 'cleaned', 'goto_cleaned') -- only need it to have been completed
  • trunk/ippTools/share/bgtool_towarp.sql

    r28545 r28551  
    1919    AND chipBackgroundImfile.fault = 0
    2020    AND chipBackgroundImfile.quality = 0
     21    AND warpRun.state IN ('full', 'cleaned', 'goto_cleaned')
    2122    AND warpSkyfile.fault = 0
    2223    AND warpSkyfile.quality = 0
  • trunk/ippTools/share/bgtool_warpinputs.sql

    r28546 r28551  
    1111JOIN fakeRun USING(fake_id)
    1212JOIN camProcessedExp USING(cam_id)
    13 WHERE warpRun.state = 'full'
     13WHERE warpRun.state IN ('full', 'cleaned', 'goto_cleaned') -- only need it to have been completed
    1414    AND warpSkyfile.fault = 0
    1515    AND warpSkyfile.quality = 0
Note: See TracChangeset for help on using the changeset viewer.