- Timestamp:
- Jan 10, 2024, 12:37:20 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/ippTools/share/xcskytool_todo.sql
r42572 r42579 5 5 xcskyRun.label, 6 6 xcskyRun.state, 7 xcstackRun.tess_id,8 xcstackRun.skycell_id,9 TRUNCATE( skycell.radeg/15., 4) as rahours,10 skycell.radeg,11 skycell.decdeg,12 skycell.glong,13 skycell.glat,7 MIN(xcstackRun.tess_id) as tess_id, -- we implicitly assume that all xcstackRuns used for a xcskyRun have the same tess_id 8 MIN(xcstackRun.skycell_id) as skycell_id, -- and skycell_id 9 TRUNCATE(MIN(skycell.radeg)/15., 4) as rahours, 10 MIN(skycell.radeg) as radeg, 11 MIN(skycell.decdeg) as decdeg, 12 MIN(skycell.glong) as glong, 13 MIN(skycell.glat) as glat, 14 14 xcskyResult.path_base, 15 15 IFNULL(Label.priority, 10000) AS priority
Note:
See TracChangeset
for help on using the changeset viewer.
