- 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/detResidExp_noimage.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/detResidExp_noimage.d
r19811 r40974 1 TABLE detResidExp , rawExp, detInputExp1 TABLE detResidExp JOIN rawExp USING (exp_id) JOIN detInputExp USING (exp_id) 2 2 TITLE detResidExp 3 3 FILE detResidExp_noimage.php … … 5 5 6 6 # the following WHERE clauses are added to all queries joined by AND 7 WHERE detResidExp.exp_id = rawExp.exp_id8 WHERE detResidExp.exp_id = detInputExp.exp_id9 7 WHERE detResidExp.iteration = detInputExp.iteration 8 9 RESTRICT_COUNT AND rawExp.dateobs >= CURDATE() 10 UNRESTRICTED AND rawExp.dateobs >= CURDATE() 10 11 11 12 # define image names to be used below
Note:
See TracChangeset
for help on using the changeset viewer.
