- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/magicdstool_todestreak_raw.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/ippTools/share/magicdstool_todestreak_raw.sql
r25419 r27838 10 10 stage_id, 11 11 class_id as component, 12 rawImfile.uri as uri, 13 CAST(NULL AS CHAR(255)) as path_base, 12 rawImfile.uri AS uri, 13 -- XXX: replace this with rawImfile.path_base once it exists 14 TRIM(TRAILING '.fits' FROM rawImfile.uri) AS path_base, 14 15 magicRun.inverse, 15 16 camProcessedExp.path_base as cam_path_base, 17 camRun.reduction AS cam_reduction, 16 18 outroot, 17 19 recoveryroot, … … 21 23 JOIN magicMask USING (magic_id) 22 24 JOIN magicRun USING (magic_id) 25 JOIN camRun USING(cam_id) 23 26 JOIN camProcessedExp USING(cam_id) 24 27 JOIN rawImfile ON magicRun.exp_id = rawImfile.exp_id
Note:
See TracChangeset
for help on using the changeset viewer.
