- Timestamp:
- May 18, 2010, 12:49:05 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/magicdstool_todestreak_diff.sql (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippTools/share/magicdstool_todestreak_diff.sql
r27476 r28003 10 10 stage, 11 11 magicRun.diff_id AS stage_id, 12 diffRun.magicked, 12 13 diffSkyfile.skycell_id AS component, 13 14 CAST(NULL AS CHAR(255)) AS uri, … … 47 48 magicDSRun.label, 48 49 rawExp.camera, 49 magicMask.uri asstreaks_uri,50 magicMask.uri AS streaks_uri, 50 51 (SELECT uri from magicMask where magic_id = inv_magic_id) AS inv_streaks_uri, 51 52 stage, 52 magicRun.diff_id as stage_id, 53 diffSkyfile.skycell_id as component, 53 magicRun.diff_id AS stage_id, 54 diffRun.magicked, 55 diffSkyfile.skycell_id AS component, 54 56 CAST(NULL AS CHAR(255)) AS uri, 55 57 diffSkyfile.path_base, 56 58 magicRun.inverse, 57 CAST(NULL AS CHAR(255)) ascam_path_base,59 CAST(NULL AS CHAR(255)) AS cam_path_base, 58 60 CAST(NULL AS CHAR(255)) AS cam_reduction, 59 61 outroot, … … 80 82 AND diffSkyfile.quality = 0 81 83 AND magicDSFile.component IS NULL 82 ) asmagicDSRun84 ) AS magicDSRun 83 85 -- we need the following so this query is compatible with the other stages 84 86 WHERE magic_ds_id IS NOT NULL
Note:
See TracChangeset
for help on using the changeset viewer.
