- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/flatcorr_chiprundone.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/ippTools/share/flatcorr_chiprundone.sql
r25816 r27838 7 7 JOIN chipRun 8 8 USING(chip_id) 9 LEFT JOIN camRun10 ON chipRun.chip_id = camRun.chip_id9 LEFT JOIN flatcorrCamLink 10 using(corr_id, chip_id) 11 11 WHERE 12 12 flatcorrRun.state = 'new' 13 13 AND flatcorrChipLink.include = 1 14 14 AND chipRun.state = 'full' 15 AND camRun.cam_id is NULL15 AND flatcorrCamLink.corr_id is NULL
Note:
See TracChangeset
for help on using the changeset viewer.
