IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 2, 2009, 11:55:52 AM (17 years ago)
Author:
Paul Price
Message:

Removing warpSkyfile.ignored from database, in favour of using the quality flags. This means that we can ignore skycells on the basis of usefulness (whether we can measure the PSF) rather than an arbitrary cut of 10% lit pixels (which pixels may or may not be useful).

File:
1 edited

Legend:

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

    r23581 r23677  
    3838    WHERE
    3939        warpSkyfile.fault = 0
    40         AND warpSkyfile.ignored = 0
    4140        AND warpSkyfile.quality = 0
    4241    -- warpsToDiff WHERE hook %s
     
    5251    WHERE stackRun.state = 'full'
    5352        AND stackSumSkyfile.fault = 0
     53        AND stackSumSkyfile.quality = 0
    5454    -- stacksForDiff WHERE hook %s
    5555    GROUP BY
Note: See TracChangeset for help on using the changeset viewer.