- Timestamp:
- May 17, 2022, 3:30:24 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/ippTools/share/fpcamtool_pendingexp.sql
r42197 r42207 18 18 LEFT JOIN fpcamProcessedExp 19 19 USING(fpcam_id) 20 LEFT JOIN fpcamMask21 ON fpcamRun.label = fpcamMask.label22 20 LEFT JOIN Label 23 21 ON fpcamRun.label = Label.label … … 25 23 chipRun.state = 'full' 26 24 AND camRun.state = 'full' 27 AND ((fpcamRun.state = 'new' AND fpcamProcessedExp. cam_id IS NULL) OR25 AND ((fpcamRun.state = 'new' AND fpcamProcessedExp.fpcam_id IS NULL) OR 28 26 (fpcamRun.state = 'update' AND fpcamProcessedExp.fault = 0 AND fpcamProcessedExp.quality = 0)) 29 AND fpcamMask.label IS NULL30 27 AND (Label.active OR Label.active IS NULL)
Note:
See TracChangeset
for help on using the changeset viewer.
