IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 3, 2019, 4:04:13 PM (7 years ago)
Author:
tdeboer
Message:

updated ippMonitor queries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/failedFakeProcessedImfile.d

    r32028 r40882  
    1 TABLE fakeRun, fakeProcessedImfile, camRun, chipRun, rawExp
     1TABLE fakeRun JOIN fakeProcessedImfile USING (fake_id) JOIN camRun USING (cam_id) JOIN chipRun USING (chip_id) JOIN rawExp USING (exp_id)
    22TITLE fake Processed Imfile
    33FILE  failedFakeProcessedImfile.php
     
    55
    66# limit this table to non-OBJECT types of images
    7 WHERE fakeRun.cam_id = camRun.cam_id
    8 WHERE camRun.chip_id = chipRun.chip_id
    9 WHERE chipRun.exp_id = rawExp.exp_id
    10 WHERE fakeProcessedImfile.fake_id = fakeRun.fake_id
    117WHERE fakeProcessedImfile.fault != 0
     8
     9RESTRICT_COUNT AND rawExp.dateobs >= CURDATE()
     10UNRESTRICTED AND rawExp.dateobs >= CURDATE()
    1211
    1312ARGS  ARG1  rawImfile.exp_id=$rawExp.exp_id
Note: See TracChangeset for help on using the changeset viewer.