Changeset 27301 for trunk/ippTools/share/magicdstool_todestreak_chip.sql
- Timestamp:
- Mar 16, 2010, 12:39:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.
