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/chipProcessedExp.d

    r36788 r40882  
    1 TABLE chipRun, rawExp
     1TABLE chipRun JOIN rawExp using (exp_id)
    22TITLE chip Processed Exposures
    33FILE  chipProcessedExp.php
     
    66# limit this table to non-OBJECT types of images
    77WHERE chipRun.state != 'new'
    8 WHERE chipRun.exp_id = rawExp.exp_id
    98
    10 RESTRICT_COUNT AND dateobs >= CURDATE()
    11 UNRESTRICTED AND dateobs >= CURDATE()
     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.