Changeset 32630 for branches/eam_branches/ipp-20110906/ippMonitor/def/warpProcessedSkyfiles_Images.d
- Timestamp:
- Nov 8, 2011, 2:44:12 PM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110906
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippMonitor (modified) (1 prop)
-
ippMonitor/def/warpProcessedSkyfiles_Images.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110906
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20110906/ippMonitor
- Property svn:mergeinfo changed
/trunk/ippMonitor (added) merged: 32366-32369,32373,32403-32404,32539,32564,32567,32601
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20110906/ippMonitor/def/warpProcessedSkyfiles_Images.d
r27892 r32630 1 TABLE warpSkyfile, warpRun, fakeRun, camRun, chipRun, rawExp1 TABLE rawExp JOIN chipRun USING(exp_id) JOIN camRun USING(chip_id) JOIN fakeRun USING(cam_id) JOIN warpRun USING(fake_id) JOIN warpSkyfile USING(warp_id) 2 2 TITLE Warp Processed Skyfiles 3 3 FILE warpProcessedSkyfiles.php 4 4 MENU ipp.science.dat 5 5 6 WHERE warpSkyfile.warp_id = warpRun.warp_id 7 WHERE warpRun.fake_id = fakeRun.fake_id 8 WHERE fakeRun.cam_id = camRun.cam_id 9 WHERE camRun.chip_id = chipRun.chip_id 10 WHERE chipRun.exp_id = rawExp.exp_id 11 WHERE warpSkyfile.fault = 0 6 UNRESTRICTED WHERE 0=1 7 8 # WHERE warpSkyfile.warp_id = warpRun.warp_id 9 # WHERE warpRun.fake_id = fakeRun.fake_id 10 # WHERE fakeRun.cam_id = camRun.cam_id 11 # WHERE camRun.chip_id = chipRun.chip_id 12 # WHERE chipRun.exp_id = rawExp.exp_id 13 # WHERE warpSkyfile.fault = 0 12 14 13 15 # define image names to be used below
Note:
See TracChangeset
for help on using the changeset viewer.
