IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 17, 2022, 3:30:24 PM (4 years ago)
Author:
eugene
Message:

add fpcamtool support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20220316/ippTools/share/fpcamtool_pendingexp.sql

    r42197 r42207  
    1818LEFT JOIN fpcamProcessedExp
    1919    USING(fpcam_id)
    20 LEFT JOIN fpcamMask
    21     ON fpcamRun.label = fpcamMask.label
    2220LEFT JOIN Label
    2321    ON fpcamRun.label = Label.label
     
    2523    chipRun.state = 'full'
    2624    AND camRun.state = 'full'
    27     AND ((fpcamRun.state = 'new'    AND fpcamProcessedExp.cam_id IS NULL) OR
     25    AND ((fpcamRun.state = 'new'    AND fpcamProcessedExp.fpcam_id IS NULL) OR
    2826         (fpcamRun.state = 'update' AND fpcamProcessedExp.fault = 0 AND fpcamProcessedExp.quality = 0))
    29     AND fpcamMask.label IS NULL
    3027    AND (Label.active OR Label.active IS NULL)
Note: See TracChangeset for help on using the changeset viewer.