- 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/histogramZptObsImage.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/histogramZptObsImage.d
r34196 r40974 1 TABLE camRun , chipRun, rawExp, camProcessedExp1 TABLE camRun JOIN chipRun USING (chip_id) JOIN rawExp USING (exp_id) JOIN camProcessedExp USING (cam_id) 2 2 TITLE Histogram of ZptObs 3 3 FILE histogramZptObsImage.php … … 5 5 6 6 WHERE camRun.state = 'full' 7 WHERE camRun.chip_id = chipRun.chip_id8 WHERE chipRun.exp_id = rawExp.exp_id9 WHERE camProcessedExp.cam_id = camRun.cam_id10 7 WHERE camProcessedExp.fault = 0 11 8
Note:
See TracChangeset
for help on using the changeset viewer.
