Changeset 32536
- Timestamp:
- Oct 12, 2011, 10:40:30 AM (15 years ago)
- Location:
- trunk/ippTools/share
- Files:
-
- 5 edited
-
magicdstool_todestreak_camera.sql (modified) (1 diff)
-
magicdstool_todestreak_chip.sql (modified) (1 diff)
-
magicdstool_todestreak_diff.sql (modified) (2 diffs)
-
magicdstool_todestreak_raw.sql (modified) (1 diff)
-
magicdstool_todestreak_warp.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/magicdstool_todestreak_camera.sql
r30238 r32536 14 14 stage_id, 15 15 'exposure' AS component, 16 0 AS mismatched_tess, 16 17 CAST(NULL AS CHAR(255)) AS uri, 17 18 camProcessedExp.path_base, -
trunk/ippTools/share/magicdstool_todestreak_chip.sql
r29561 r32536 14 14 stage_id, 15 15 class_id AS component, 16 0 AS mismatched_tess, 16 17 chipProcessedImfile.uri, 17 18 chipProcessedImfile.path_base, -
trunk/ippTools/share/magicdstool_todestreak_diff.sql
r29561 r32536 15 15 diffRun.magicked, 16 16 diffSkyfile.skycell_id AS component, 17 0 AS mismatched_tess, 17 18 CAST(NULL AS CHAR(255)) AS uri, 18 19 diffSkyfile.path_base, … … 63 64 diffRun.magicked, 64 65 diffSkyfile.skycell_id AS component, 66 0 AS mismatched_tess, 65 67 CAST(NULL AS CHAR(255)) AS uri, 66 68 diffSkyfile.path_base, -
trunk/ippTools/share/magicdstool_todestreak_raw.sql
r30809 r32536 14 14 rawExp.magicked, 15 15 class_id as component, 16 0 AS mismatched_tess, 16 17 rawImfile.uri AS uri, 17 18 -- XXX: replace this with rawImfile.path_base once it exists -
trunk/ippTools/share/magicdstool_todestreak_warp.sql
r29561 r32536 14 14 warpRun.magicked, 15 15 warpSkyfile.skycell_id as component, 16 diffRun.tess_id != warpRun.tess_id AS mismatched_tess, 17 diffRun.tess_id as diff_tess_id, 16 18 warpSkyfile.uri, 17 19 warpSkyfile.path_base, … … 27 29 JOIN magicMask USING (magic_id) 28 30 JOIN magicRun USING (magic_id) 31 JOIN diffRun USING(diff_id) 29 32 JOIN warpRun ON warp_id = stage_id 30 33 JOIN warpSkyfile USING(warp_id)
Note:
See TracChangeset
for help on using the changeset viewer.
