IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 19, 2024, 8:12:15 AM (2 years ago)
Author:
eugene
Message:

working on xcfftool

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
    12SELECT
    23    xcskyRun.xcsky_id,
     
    56    xcskyRun.label,
    67    xcskyRun.state,
    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
     8    MIN(xcstackRun.tess_id) as tess_id,
     9    MIN(xcstackRun.skycell_id) as skycell_id,
    910    TRUNCATE(MIN(skycell.radeg)/15., 4) as rahours,
    1011    MIN(skycell.radeg) as radeg,
Note: See TracChangeset for help on using the changeset viewer.