- Timestamp:
- Nov 29, 2012, 2:15:01 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120905
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/staticskytool_todo.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120905/ippTools/share/staticskytool_todo.sql
r33034 r34735 7 7 stackRun.tess_id, 8 8 stackRun.skycell_id, 9 TRUNCATE(skycell.radeg/15., 4) as rahours, 10 skycell.radeg, 11 skycell.decdeg, 12 skycell.glong, 13 skycell.glat, 9 14 IFNULL(Label.priority, 10000) AS priority 10 15 FROM staticskyRun 11 16 JOIN staticskyInput USING (sky_id) 12 17 JOIN stackRun USING (stack_id) 18 JOIN skycell USING(tess_id, skycell_id) 13 19 LEFT JOIN staticskyResult USING(sky_id) 14 20 LEFT JOIN Label ON staticskyRun.label = Label.label
Note:
See TracChangeset
for help on using the changeset viewer.
