- Timestamp:
- Aug 14, 2008, 3:28:57 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080719/ippTools/share/stacktool_pendingcleanuprun.sql
r18645 r19078 1 -- results in too many output files 2 -- is the camera needed for this? 3 -- is the camera unique for this? 1 4 SELECT 2 5 stackRun.stack_id, … … 4 7 stackRun.state 5 8 FROM stackRun 9 JOIN stackInputSkyfile 10 USING(stack_id) 11 JOIN warpSkyfile 12 ON stackInputSkyfile.warp_id = warpSkyfile.warp_id 13 AND stackRun.skycell_id = warpSkyfile.skycell_id 14 AND stackRun.tess_id = warpSkyfile.tess_id 15 JOIN warpRun 16 ON warpRun.warp_id = warpSkyfile.warp_id 17 JOIN fakeRun 18 USING(fake_id) 19 JOIN camRun 20 USING(cam_id) 21 JOIN chipRun 22 USING(chip_id) 6 23 JOIN rawExp 7 USING (exp_id)24 USING (exp_id) 8 25 WHERE 9 26 stackRun.state = 'goto_cleaned'
Note:
See TracChangeset
for help on using the changeset viewer.
