IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 23, 2008, 3:17:52 PM (18 years ago)
Author:
Paul Price
Message:

Exposure level requires that fakeProcessedImfile is populated, so
fakeProcessedImfile.fake_id IS *NOT* NULL.

File:
1 edited

Legend:

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

    r18448 r18688  
    11-- this query is used by both camtool -pendingexp & camtool -addprocessedexp it
    22-- does a little more work then is necessary for -addprocessed but it seems
    3 -- "cleaner" to use the same query for both cases 
     3-- "cleaner" to use the same query for both cases
    44SELECT * FROM
    55    (SELECT
     
    2929        AND chipRun.state = 'full'
    3030        AND fakeMask.label IS NULL
    31         AND fakeProcessedImfile.fake_id IS NULL
     31        AND fakeProcessedImfile.fake_id IS NOT NULL
    3232    GROUP BY
    3333        fakeRun.fake_id
Note: See TracChangeset for help on using the changeset viewer.