- Timestamp:
- May 3, 2010, 8:45:22 AM (16 years ago)
- Location:
- branches/simmosaic_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/chiptool_processedimfile.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simmosaic_branches
- Property svn:mergeinfo changed
-
branches/simmosaic_branches/ippTools/share/chiptool_processedimfile.sql
r24112 r27839 8 8 chipProcessedImfile.bg_mean_stdev, 9 9 chipProcessedImfile.path_base, 10 chipProcessedImfile.magicked, 11 chipProcessedImfile.data_state, 12 chipProcessedImfile.fault, 13 chipProcessedImfile.quality, 10 14 chipRun.state, 11 15 chipRun.workdir, 16 chipRun.label, 17 chipRun.data_group, 12 18 rawExp.exp_id, 13 19 rawExp.exp_tag, 14 20 rawExp.exp_name, 21 rawExp.filter, 15 22 rawExp.camera, 16 23 rawExp.telescope, 17 rawExp.filelevel 24 rawExp.filelevel, 25 rawImfile.magicked AS raw_magicked, 26 rawImfile.burntool_state, 27 magicDSRun.state AS dsRun_state 18 28 FROM chipRun 19 29 JOIN chipImfile … … 23 33 JOIN rawExp 24 34 ON chipProcessedImfile.exp_id = rawExp.exp_id 35 JOIN rawImfile 36 ON rawExp.exp_id = rawImfile.exp_id 37 AND chipProcessedImfile.class_id = rawImfile.class_id 38 LEFT JOIN magicDSRun 39 ON stage_id = chip_id AND stage = 'chip' AND magicDSRun.re_place
Note:
See TracChangeset
for help on using the changeset viewer.
