IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.