Changeset 28003 for branches/pap/ippTools/share/warptool_warped.sql
- Timestamp:
- May 18, 2010, 12:49:05 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/warptool_warped.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippTools/share/warptool_warped.sql
r25791 r28003 7 7 rawExp.exp_id, 8 8 rawExp.exp_name, 9 rawExp.camera 9 rawExp.camera, 10 rawExp.filter, 11 rawExp.dateobs, 12 rawExp.ra, 13 rawExp.decl, 14 rawExp.exp_time 10 15 FROM warpRun 11 16 JOIN warpSkyfile … … 21 26 JOIN rawExp 22 27 ON chipRun.exp_id = rawExp.exp_id 23 WHERE24 -- bogus test; just here so there there is a 'WHERE' stmt to append conditionals too25 -- XXX EAM : not needed: fix warptool.c26 warpRun.warp_id is NOT NULL
Note:
See TracChangeset
for help on using the changeset viewer.
