- Timestamp:
- Jan 19, 2024, 8:12:15 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/ippTools/share/xcskytool_todo.sql
r42579 r42596 1 -- we implicitly assume that all xcstackRuns used for a xcskyRun have the same tess_id and skycell_id 1 2 SELECT 2 3 xcskyRun.xcsky_id, … … 5 6 xcskyRun.label, 6 7 xcskyRun.state, 7 MIN(xcstackRun.tess_id) as tess_id, -- we implicitly assume that all xcstackRuns used for a xcskyRun have the same tess_id8 MIN(xcstackRun.skycell_id) as skycell_id, -- and skycell_id8 MIN(xcstackRun.tess_id) as tess_id, 9 MIN(xcstackRun.skycell_id) as skycell_id, 9 10 TRUNCATE(MIN(skycell.radeg)/15., 4) as rahours, 10 11 MIN(skycell.radeg) as radeg,
Note:
See TracChangeset
for help on using the changeset viewer.
