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

    r27892 r40882  
    1 TABLE chipRun, rawExp
     1TABLE chipRun JOIN rawExp using (exp_id)
    22TITLE chip Pending Exposures
    33FILE  chipPendingExp.php
     
    66# limit this table to non-OBJECT types of images
    77WHERE chipRun.state = 'new'
    8 WHERE chipRun.exp_id = rawExp.exp_id
     8
     9RESTRICT_COUNT AND rawExp.dateobs >= CURDATE()
     10UNRESTRICTED AND rawExp.dateobs >= CURDATE()
    911
    1012ARGS  ARG1  rawImfile.exp_id=$rawExp.exp_id
Note: See TracChangeset for help on using the changeset viewer.