IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34726 for trunk/ippTools


Ignore:
Timestamp:
Nov 28, 2012, 5:46:00 PM (14 years ago)
Author:
bills
Message:

include coordinates of skycell center in output of -todo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/staticskytool_todo.sql

    r33034 r34726  
    77    stackRun.tess_id,
    88    stackRun.skycell_id,
     9    TRUNCATE(skycell.radeg/15., 4) as rahours,
     10    skycell.radeg,
     11    skycell.decdeg,
     12    skycell.glong,
     13    skycell.glat,
    914    IFNULL(Label.priority, 10000) AS priority
    1015FROM staticskyRun
    1116JOIN staticskyInput USING (sky_id)
    1217JOIN stackRun USING (stack_id)
     18JOIN skycell USING(tess_id, skycell_id)
    1319LEFT JOIN staticskyResult USING(sky_id)
    1420LEFT JOIN Label ON staticskyRun.label = Label.label
Note: See TracChangeset for help on using the changeset viewer.