- Timestamp:
- May 11, 2026, 3:09:36 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/ippTools/share/staticskytool_todo.sql
r38296 r43014 5 5 staticskyRun.label, 6 6 staticskyRun.state, 7 stackRun.tess_id,8 stackRun.skycell_id,9 TRUNCATE( skycell.radeg/15., 4) as rahours,10 skycell.radeg,11 skycell.decdeg,12 skycell.glong,13 skycell.glat,7 MIN(stackRun.tess_id) as tess_id, 8 MIN(stackRun.skycell_id) as 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 staticskyResult.path_base, 15 15 IFNULL(Label.priority, 10000) AS priority
Note:
See TracChangeset
for help on using the changeset viewer.
