Changeset 24174 for trunk/ippTools/share/magicdstool_todestreak.sql
- Timestamp:
- May 13, 2009, 12:37:33 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/magicdstool_todestreak.sql (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/pap_magic (added) merged: 24120,24132-24136,24145,24147-24154,24156-24164,24168-24173
- Property svn:mergeinfo changed
-
trunk/ippTools/share/magicdstool_todestreak.sql
r23974 r24174 13 13 rawImfile.uri as uri, 14 14 NULL as path_base, 15 magicRun.inverse, 15 16 camProcessedExp.path_base as cam_path_base, 16 17 outroot, … … 44 45 chipProcessedImfile.uri, 45 46 chipProcessedImfile.path_base, 47 magicRun.inverse, 46 48 camProcessedExp.path_base as cam_path_base, 47 49 outroot, … … 51 53 FROM magicDSRun 52 54 JOIN magicMask USING (magic_id) 55 JOIN magicRun USING(magic_id) 53 56 JOIN camProcessedExp USING(cam_id) 54 57 JOIN chipRun ON chip_id = stage_id … … 79 82 warpSkyfile.uri, 80 83 warpSkyfile.path_base, 84 magicRun.inverse, 81 85 NULL as cam_path_base, 82 86 outroot, … … 113 117 magicRun.diff_id as stage_id, 114 118 diffSkyfile.skycell_id as component, 115 diffSkyfile.uri,119 NULL AS uri, 116 120 diffSkyfile.path_base, 121 magicRun.inverse, 117 122 NULL as cam_path_base, 118 123 outroot, … … 126 131 JOIN magicInputSkyfile USING(magic_id) 127 132 JOIN diffSkyfile 128 ON magic InputSkyfile.diff_id = diffSkyfile.diff_id133 ON magicRun.diff_id = diffSkyfile.diff_id 129 134 AND magicInputSkyfile.node = diffSkyfile.skycell_id 130 135 LEFT JOIN magicDSFile
Note:
See TracChangeset
for help on using the changeset viewer.
