Changeset 43014 for branches/eam_branches/ipp-pstamp-20260421/ippTools/share/staticskytool_result.sql
- 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_result.sql
r34719 r43014 1 1 SELECT 2 staticskyResult.*, 3 staticskyRun.state, 4 staticskyRun.workdir, 5 staticskyRun.label, 6 stackRun.tess_id, 7 stackRun.skycell_id, 2 -- EAM only return values needed by supporting code 3 -- this query is used in dist_advancerun.pl & permcheck.pl 4 -- needed fields: workdir, skycell_id, path_base 5 MIN(staticskyResult.path_base) AS path_base, 6 MIN(staticskyRun.state) AS state, 7 MIN(staticskyRun.workdir) AS workdir, 8 MIN(staticskyRun.label) AS label, 9 MIN(stackRun.tess_id) AS tess_id, 10 MIN(stackRun.skycell_id) AS skycell_id, 8 11 count(stackRun.filter) AS num_filters, 9 TRUNCATE( skycell.radeg/15., 4) AS rahours,10 skycell.radeg,11 skycell.decdeg,12 skycell.glong,13 skycell.glat12 TRUNCATE(MIN(skycell.radeg)/15., 4) AS rahours, 13 MIN(skycell.radeg) AS radeg, 14 MIN(skycell.decdeg) AS decdeg, 15 MIN(skycell.glong) AS glong, 16 MIN(skycell.glat) AS glat 14 17 FROM staticskyRun 15 18 JOIN staticskyResult USING(sky_id)
Note:
See TracChangeset
for help on using the changeset viewer.
