IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 1, 2011, 5:33:35 PM (15 years ago)
Author:
heather
Message:

addtool -definebyquery didn't do what we wanted with -filter and -stage
staticsky. It now does. The cam search things are only used on cam stage (not
stack or staticsky, where it doesn't make sense)

File:
1 edited

Legend:

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

    r31375 r31596  
    11SELECT staticskyRun.* FROM staticskyResult
    22JOIN staticskyRun USING(sky_id)
     3join staticskyInput using(sky_id)
     4JOIN stackRun USING(stack_id)
     5
    36WHERE staticskyRun.state = 'full' and staticskyResult.quality = 0
    47    AND sky_id NOT IN (SELECT sky_id
Note: See TracChangeset for help on using the changeset viewer.