- Timestamp:
- May 3, 2010, 8:45:22 AM (16 years ago)
- Location:
- branches/simmosaic_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/flatcorr_chiprundone.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simmosaic_branches
- Property svn:mergeinfo changed
-
branches/simmosaic_branches/ippTools/share/flatcorr_chiprundone.sql
r20397 r27839 1 1 SELECT 2 2 corr_id, 3 cam_id,4 3 chipRun.* 5 4 FROM flatcorrRun … … 8 7 JOIN chipRun 9 8 USING(chip_id) 10 LEFT JOIN camRun11 ON chipRun.chip_id = camRun.chip_id9 LEFT JOIN flatcorrCamLink 10 using(corr_id, chip_id) 12 11 WHERE 13 12 flatcorrRun.state = 'new' 14 13 AND flatcorrChipLink.include = 1 15 14 AND chipRun.state = 'full' 16 AND camRun.cam_id is NULL;15 AND flatcorrCamLink.corr_id is NULL
Note:
See TracChangeset
for help on using the changeset viewer.
