IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2019, 9:47:12 PM (7 years ago)
Author:
cclin33
Message:

sync from trunk with r40973

Location:
branches/ccl_branches/ipp-20190806/ippMonitor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ccl_branches/ipp-20190806/ippMonitor

  • branches/ccl_branches/ipp-20190806/ippMonitor/def/camIQstats.d

    r36788 r40974  
    1 TABLE camRun, chipRun, rawExp, camProcessedExp
     1TABLE camRun JOIN camProcessedExp USING (cam_id) JOIN chipRun USING (chip_id) JOIN rawExp USING (exp_id)
    22TITLE Per-Exposure Image Quality Stats
    33FILE  camIQstats.php
     
    66# limit this table to non-OBJECT types of images
    77WHERE camRun.state = 'full'
    8 WHERE camRun.chip_id = chipRun.chip_id
    9 WHERE chipRun.exp_id = rawExp.exp_id
    10 WHERE camProcessedExp.cam_id  = camRun.cam_id
    118WHERE camProcessedExp.fault = 0
    129
    13 RESTRICT_COUNT AND dateobs >= CURDATE()
    14 UNRESTRICTED AND dateobs >= CURDATE()
     10RESTRICT_COUNT AND rawExp.dateobs >= CURDATE()
     11UNRESTRICTED AND rawExp.dateobs >= CURDATE()
    1512
    1613ARGS  ARG1  rawImfile.exp_id=$rawExp.exp_id
Note: See TracChangeset for help on using the changeset viewer.