Changeset 33415 for branches/meh_branches/ppstack_test/ippMonitor/def/warpProcessedSkyfiles_Images.d
- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippMonitor (modified) (1 prop)
-
ippMonitor/def/warpProcessedSkyfiles_Images.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ippMonitor
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20110710/ippMonitor (added) merged: 32337 /branches/eam_branches/ipp-20110906/ippMonitor (added) merged: 32630 /branches/eam_branches/ipp-20111110/ippMonitor (added) merged: 32694
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ippMonitor/def/warpProcessedSkyfiles_Images.d
r27892 r33415 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.
