Changeset 27301 for trunk/ippTools
- Timestamp:
- Mar 16, 2010, 12:39:45 PM (16 years ago)
- Location:
- trunk/ippTools/share
- Files:
-
- 5 edited
-
magicdstool_todestreak_camera.sql (modified) (1 diff)
-
magicdstool_todestreak_chip.sql (modified) (2 diffs)
-
magicdstool_todestreak_diff.sql (modified) (1 diff)
-
magicdstool_todestreak_raw.sql (modified) (2 diffs)
-
magicdstool_todestreak_warp.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/magicdstool_todestreak_camera.sql
r25419 r27301 5 5 magicDSRun.label, 6 6 camera, 7 magicMask.uri asstreaks_uri,7 magicMask.uri AS streaks_uri, 8 8 CAST(NULL AS CHAR(255)) AS inv_streaks_uri, 9 9 stage, 10 10 stage_id, 11 'exposure' ascomponent,11 'exposure' AS component, 12 12 CAST(NULL AS CHAR(255)) AS uri, 13 13 camProcessedExp.path_base, 14 14 magicRun.inverse, 15 camProcessedExp.path_base as cam_path_base, 15 camProcessedExp.path_base AS cam_path_base, 16 camRun.reduction AS cam_reduction, 16 17 outroot, 17 18 recoveryroot, -
trunk/ippTools/share/magicdstool_todestreak_chip.sql
r25419 r27301 5 5 magicDSRun.label, 6 6 camera, 7 magicMask.uri asstreaks_uri,7 magicMask.uri AS streaks_uri, 8 8 CAST(NULL AS CHAR(255)) AS inv_streaks_uri, 9 9 stage, 10 10 stage_id, 11 class_id ascomponent,11 class_id AS component, 12 12 chipProcessedImfile.uri, 13 13 chipProcessedImfile.path_base, 14 14 magicRun.inverse, 15 camProcessedExp.path_base as cam_path_base, 15 camProcessedExp.path_base AS cam_path_base, 16 camRun.reduction AS cam_reduction, 16 17 outroot, 17 18 recoveryroot, … … 21 22 JOIN magicMask USING (magic_id) 22 23 JOIN magicRun USING(magic_id) 24 JOIN camRun USING(cam_id) 23 25 JOIN camProcessedExp USING(cam_id) 24 26 JOIN chipRun ON chip_id = stage_id -
trunk/ippTools/share/magicdstool_todestreak_diff.sql
r25419 r27301 6 6 magicDSRun.label, 7 7 rawExp.camera, 8 magicMask.uri asstreaks_uri,8 magicMask.uri AS streaks_uri, 9 9 CAST(NULL AS CHAR(255)) AS inv_streaks_uri, 10 10 stage, 11 magicRun.diff_id asstage_id,12 diffSkyfile.skycell_id ascomponent,11 magicRun.diff_id AS stage_id, 12 diffSkyfile.skycell_id AS component, 13 13 CAST(NULL AS CHAR(255)) AS uri, 14 14 diffSkyfile.path_base, 15 15 magicRun.inverse, 16 CAST(NULL AS CHAR(255)) as cam_path_base, 16 CAST(NULL AS CHAR(255)) AS cam_path_base, 17 CAST(NULL AS CHAR(255)) AS cam_reduction, 17 18 outroot, 18 19 recoveryroot, -
trunk/ippTools/share/magicdstool_todestreak_raw.sql
r25419 r27301 14 14 magicRun.inverse, 15 15 camProcessedExp.path_base as cam_path_base, 16 camRun.reduction AS cam_reduction, 16 17 outroot, 17 18 recoveryroot, … … 21 22 JOIN magicMask USING (magic_id) 22 23 JOIN magicRun USING (magic_id) 24 JOIN camRun USING(cam_id) 23 25 JOIN camProcessedExp USING(cam_id) 24 26 JOIN rawImfile ON magicRun.exp_id = rawImfile.exp_id -
trunk/ippTools/share/magicdstool_todestreak_warp.sql
r25419 r27301 14 14 magicRun.inverse, 15 15 CAST(NULL AS CHAR(255)) as cam_path_base, 16 CAST(NULL AS CHAR(255)) as cam_reduction, 16 17 outroot, 17 18 recoveryroot,
Note:
See TracChangeset
for help on using the changeset viewer.
