- Timestamp:
- Oct 27, 2019, 9:47:12 PM (7 years ago)
- Location:
- branches/ccl_branches/ipp-20190806/ippMonitor
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
def/chipIQstats.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ccl_branches/ipp-20190806/ippMonitor
- Property svn:mergeinfo changed
/trunk/ippMonitor (added) merged: 40862,40877-40879,40882-40883,40936
- Property svn:mergeinfo changed
-
branches/ccl_branches/ipp-20190806/ippMonitor/def/chipIQstats.d
r36788 r40974 1 TABLE chipRun , rawExp, chipProcessedImfile1 TABLE chipRun JOIN rawExp USING (exp_id) JOIN chipProcessedImfile using (chip_id) 2 2 TITLE Per-Chip Image Quality Stats 3 3 FILE chipIQstats.php … … 6 6 # limit this table to non-OBJECT types of images 7 7 WHERE chipRun.state = 'full' 8 WHERE chipRun.exp_id = rawExp.exp_id9 WHERE chipRun.chip_id = chipProcessedImfile.chip_id10 8 11 RESTRICT_COUNT AND dateobs >= CURDATE()12 UNRESTRICTED AND dateobs >= CURDATE()9 RESTRICT_COUNT AND rawExp.dateobs >= CURDATE() 10 UNRESTRICTED AND rawExp.dateobs >= CURDATE() 13 11 14 12 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id
Note:
See TracChangeset
for help on using the changeset viewer.
